Skip to content

Commit 086e9d7

Browse files
committed
docs: normalize changelog
1 parent 2520971 commit 086e9d7

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

CHANGELOG.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
1-
# Changelog
2-
3-
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.
4-
5-
### [8.1.2](https://github.com/kyubisation/angular-server-side-configuration/compare/v8.1.1...v8.1.2) (2020-01-12)
6-
7-
8-
### Bug Fixes
9-
10-
* bump handlebars from 4.1.2 to 4.5.3 ([#35](https://github.com/kyubisation/angular-server-side-configuration/issues/35)) ([de53338](https://github.com/kyubisation/angular-server-side-configuration/commit/de533381723afd94f18f1a9decf3e93c6d566600))
11-
12-
# 8.1.0 (2019-10-23)
1+
# Changelog
2+
3+
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.
4+
5+
### [8.1.2](https://github.com/kyubisation/angular-server-side-configuration/compare/v8.1.1...v8.1.2) (2020-01-12)
6+
7+
8+
### Bug Fixes
9+
10+
* bump handlebars from 4.1.2 to 4.5.3 ([#35](https://github.com/kyubisation/angular-server-side-configuration/issues/35)) ([de53338](https://github.com/kyubisation/angular-server-side-configuration/commit/de533381723afd94f18f1a9decf3e93c6d566600))
11+
12+
### 8.1.0 (2019-10-23)
1313

1414
### Refactor
1515

1616
* No longer changing working directory in the cli
1717

18-
# 8.1.0 (2019-10-23)
18+
### 8.1.0 (2019-10-23)
1919

2020
### Features
2121

2222
* Add uncompressed binaries
2323

24-
# 8.0.0 (2019-08-25)
24+
### 8.0.0 (2019-08-25)
2525

2626
### Bugfix
2727

2828
* Fixed issue with native cli --recursive
2929

30-
# 8.0.0-beta.4 (2019-07-19)
30+
### 8.0.0-beta.4 (2019-07-19)
3131

3232
### Bugfix
3333

3434
* Fixed iife insertion
3535

36-
# 8.0.0-beta.3 (2019-07-19)
36+
### 8.0.0-beta.3 (2019-07-19)
3737

3838
### Bugfix
3939

4040
* Fixed dependency issue with glob-to-regexp
4141

42-
# 8.0.0-beta.2 (2019-07-19)
42+
### 8.0.0-beta.2 (2019-07-19)
4343

4444
### Features
4545

@@ -49,14 +49,14 @@ All notable changes to this project will be documented in this file. See [standa
4949

5050
* Fixed issue in native cli
5151

52-
# 8.0.0-beta.1 (2019-07-14)
52+
### 8.0.0-beta.1 (2019-07-14)
5353

5454
### Features
5555

5656
* Added additionalEnvironmentVariables to builder options
5757
* Implemented ng update migration
5858

59-
# 8.0.0-beta.0 (2019-06-30)
59+
### 8.0.0-beta.0 (2019-06-30)
6060

6161
### Features
6262

@@ -68,13 +68,13 @@ All notable changes to this project will be documented in this file. See [standa
6868
* Removed the npm CLI and most of the existing internal implementation
6969
* Dropped support for configuration embedded in html
7070

71-
# 2.0.0 (2019-04-14)
71+
### 2.0.0 (2019-04-14)
7272

7373
### Features
7474

7575
* Added documentation for the native cli
7676

77-
# 2.0.0-beta.1 (2019-04-13)
77+
### 2.0.0-beta.1 (2019-04-13)
7878

7979
The detection and insertion of environment variables has been separated.
8080
Detection is now executed at build time by wrapping the ng build command (e.g. `ngssc ng build`).
@@ -90,7 +90,7 @@ See the README for more information.
9090
* The `ngssc wrap-aot` has been merged into the `ngssc` command as an optional flag `--wrap-aot`.
9191
* The `ngssc insert` command requires an ngssc.json file or embedded configuration in the html files.
9292

93-
# 2.0.0-beta.0 (2019-03-10)
93+
### 2.0.0-beta.0 (2019-03-10)
9494

9595
### Features
9696

@@ -100,7 +100,7 @@ See the README for more information.
100100

101101
* Removed deprecated ProcessEnvConfiguration
102102

103-
# 1.3.0 (2019-03-09)
103+
### 1.3.0 (2019-03-09)
104104

105105
### Features
106106

0 commit comments

Comments
 (0)