Skip to content

Commit

Permalink
chore(release): 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed May 18, 2021
1 parent e9c7378 commit 99313a3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

## [12.0.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v11.0.2...v12.0.0) (2021-05-18)


### ⚠ BREAKING CHANGES

* Updated to support version 12 of Angular

* update to Angular 12 ([e9c7378](https://github.com/kyubisation/angular-server-side-configuration/commit/e9c7378f3f15e56339d1781c0808bf883adf23fe))

### [11.0.2](https://github.com/kyubisation/angular-server-side-configuration/compare/v11.0.1...v11.0.2) (2020-12-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Dockerfile
FROM nginx:alpine

# Install ngssc binary
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v11.0.2/ngssc_64bit /usr/sbin/ngssc
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v12.0.0/ngssc_64bit /usr/sbin/ngssc
RUN chmod +x /usr/sbin/ngssc

# Add ngssc init script
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.2",
"version": "12.0.0",
"description": "Configure an angular application on the server",
"builders": "./builders/builders.json",
"schematics": "./schematics/collection.json",
Expand Down
4 changes: 2 additions & 2 deletions schematics/migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"factory": "./ng-update/index#updateToV9"
},
"dockerfile": {
"version": "11.0.2",
"version": "12.0.0",
"description": "Updates the download url for ngssc",
"factory": "./ng-update/index#dockerfile"
}
}
}
}

0 comments on commit 99313a3

Please sign in to comment.