Skip to content

Commit 63d1be0

Browse files
committed
chore(release): 13.1.0
1 parent bbcda62 commit 63d1be0

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [13.1.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v13.0.0...v13.1.0) (2022-02-06)
6+
7+
8+
### Features
9+
10+
* add --nginx flags for native cli command ([#67](https://github.com/kyubisation/angular-server-side-configuration/issues/67)) ([bbcda62](https://github.com/kyubisation/angular-server-side-configuration/commit/bbcda624777f5128466a06e8a1dd3ecd8a1d6d54))
11+
* implement `substitute` command for the native CLI ([#65](https://github.com/kyubisation/angular-server-side-configuration/issues/65)) ([f234c6b](https://github.com/kyubisation/angular-server-side-configuration/commit/f234c6ba099207264663ba379aa9146941d50c0a)), closes [#64](https://github.com/kyubisation/angular-server-side-configuration/issues/64)
12+
13+
14+
### Bug Fixes
15+
16+
* mark process and ng-env imports as having side effects ([#66](https://github.com/kyubisation/angular-server-side-configuration/issues/66)) ([bae19f1](https://github.com/kyubisation/angular-server-side-configuration/commit/bae19f1912aefe27e134b03905a8f6506f1b900c))
17+
518
## [13.0.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v12.0.0...v13.0.0) (2021-11-18)
619

720

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Dockerfile
215215
FROM nginx:alpine
216216

217217
# Install ngssc binary
218-
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v13.0.0/ngssc_64bit /usr/sbin/ngssc
218+
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v13.1.0/ngssc_64bit /usr/sbin/ngssc
219219
RUN chmod +x /usr/sbin/ngssc
220220

221221
# Add ngssc init script

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": "13.0.0",
3+
"version": "13.1.0",
44
"description": "Configure an angular application on the server",
55
"scripts": {
66
"build:lib": "ts-node --project scripts/tsconfig.json ./scripts/build-lib.ts",

projects/angular-server-side-configuration/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": "13.0.0",
3+
"version": "13.1.0",
44
"description": "Configure an angular application on the server",
55
"repository": {
66
"type": "git",

projects/angular-server-side-configuration/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": "13.0.0",
15+
"version": "13.1.0",
1616
"description": "Updates the download url for ngssc",
1717
"factory": "./ng-update/index#dockerfile"
1818
}

0 commit comments

Comments
 (0)