Skip to content

Commit b17cb8b

Browse files
committed
chore(release): 11.0.1
1 parent 5151518 commit b17cb8b

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [11.0.1](https://github.com/kyubisation/angular-server-side-configuration/compare/v11.0.0...v11.0.1) (2020-11-16)
6+
57
## [11.0.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v10.2.0...v11.0.0) (2020-11-16)
68

79
## [10.2.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v10.1.0...v10.2.0) (2020-10-25)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Dockerfile
184184

185185
```Dockerfile
186186
FROM nginx:alpine
187-
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v11.0.0/ngssc_64bit /usr/sbin/ngssc
187+
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v11.0.1/ngssc_64bit /usr/sbin/ngssc
188188
RUN chmod +x /usr/sbin/ngssc
189189
COPY dist /usr/share/nginx/html
190190
COPY start.sh start.sh

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-server-side-configuration",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"description": "Configure an angular application on the server",
55
"builders": "./builders/builders.json",
66
"schematics": "./schematics/collection.json",

schematics/migration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"factory": "./ng-update/index#updateToV9"
1313
},
1414
"dockerfile": {
15-
"version": "11.0.0",
15+
"version": "11.0.1",
1616
"description": "Updates the download url for ngssc",
1717
"factory": "./ng-update/index#dockerfile"
1818
}

0 commit comments

Comments
 (0)