Skip to content

Commit

Permalink
chore(release): 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Jun 4, 2022
1 parent 04d6f55 commit 7c104df
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [14.0.1](https://github.com/kyubisation/angular-server-side-configuration/compare/v14.0.0...v14.0.1) (2022-06-04)


### Bug Fixes

* update peer dependencies version range ([04d6f55](https://github.com/kyubisation/angular-server-side-configuration/commit/04d6f55ca276cd4a1007b116f8befe4bf82942c3))

## [14.0.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v13.2.1...v14.0.0) (2022-06-04)


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

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

# Add ngssc init script
Expand Down
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": "14.0.0",
"version": "14.0.1",
"description": "Configure an angular application on the server",
"scripts": {
"build:lib": "ts-node --project scripts/tsconfig.json ./scripts/build-lib.ts",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-server-side-configuration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-server-side-configuration",
"version": "14.0.0",
"version": "14.0.1",
"description": "Configure an angular application on the server",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"factory": "./ng-update/index#updateToV9"
},
"dockerfile": {
"version": "14.0.0",
"version": "14.0.1",
"description": "Updates the download url for ngssc",
"factory": "./ng-update/index#dockerfile"
}
Expand Down

0 comments on commit 7c104df

Please sign in to comment.