Skip to content

Commit

Permalink
chore(release): 11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Nov 16, 2020
1 parent 5151518 commit b17cb8b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [11.0.1](https://github.com/kyubisation/angular-server-side-configuration/compare/v11.0.0...v11.0.1) (2020-11-16)

## [11.0.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v10.2.0...v11.0.0) (2020-11-16)

## [10.2.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v10.1.0...v10.2.0) (2020-10-25)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Dockerfile

```Dockerfile
FROM nginx:alpine
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v11.0.0/ngssc_64bit /usr/sbin/ngssc
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v11.0.1/ngssc_64bit /usr/sbin/ngssc
RUN chmod +x /usr/sbin/ngssc
COPY dist /usr/share/nginx/html
COPY start.sh start.sh
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-server-side-configuration",
"version": "11.0.0",
"version": "11.0.1",
"description": "Configure an angular application on the server",
"builders": "./builders/builders.json",
"schematics": "./schematics/collection.json",
Expand Down
2 changes: 1 addition & 1 deletion schematics/migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"factory": "./ng-update/index#updateToV9"
},
"dockerfile": {
"version": "11.0.0",
"version": "11.0.1",
"description": "Updates the download url for ngssc",
"factory": "./ng-update/index#dockerfile"
}
Expand Down

0 comments on commit b17cb8b

Please sign in to comment.