Skip to content

Commit 5d29854

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](1.2.0...1.3.0) (2020-10-03) ### Bug Fixes * upgrade @angular/animations from 8.2.12 to 8.2.14 ([cc7259e](cc7259e)) * upgrade @angular/common from 8.2.12 to 8.2.14 ([804fe52](804fe52)) * upgrade @angular/compiler from 8.2.12 to 8.2.14 ([1aca8ef](1aca8ef)) * upgrade @angular/core from 8.2.12 to 8.2.14 ([2b2623d](2b2623d)) * upgrade @angular/forms from 8.2.12 to 8.2.14 ([b643037](b643037)) * upgrade @angular/platform-browser from 8.2.12 to 8.2.14 ([4feb16e](4feb16e)) * upgrade @angular/platform-browser-dynamic from 8.2.12 to 8.2.14 ([e77a07d](e77a07d)) * upgrade @angular/router from 8.2.12 to 8.2.14 ([7f11344](7f11344)) * upgrade rxjs from 6.5.3 to 6.5.4 ([7b037a5](7b037a5)) * upgrade tslib from 1.10.0 to 1.11.0 ([a804657](a804657)) * upgrade tslib from 1.11.0 to 1.11.1 ([09a02d0](09a02d0)) * upgrade zone.js from 0.10.2 to 0.10.3 ([5502275](5502275)) ### Features * add semantic release ([6d18f27](6d18f27))
1 parent ec5abfc commit 5d29854

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# [1.3.0](https://github.com/dargmuesli/dargstack-example/compare/1.2.0...1.3.0) (2020-10-03)
2+
3+
4+
### Bug Fixes
5+
6+
* upgrade @angular/animations from 8.2.12 to 8.2.14 ([cc7259e](https://github.com/dargmuesli/dargstack-example/commit/cc7259e12e92653b5e7db49b3c02a26f56af0216))
7+
* upgrade @angular/common from 8.2.12 to 8.2.14 ([804fe52](https://github.com/dargmuesli/dargstack-example/commit/804fe52ffe0185a97fa188c38b5d68e9722d6d40))
8+
* upgrade @angular/compiler from 8.2.12 to 8.2.14 ([1aca8ef](https://github.com/dargmuesli/dargstack-example/commit/1aca8efad05c07fb064c7f52c4301fa49f7a45c8))
9+
* upgrade @angular/core from 8.2.12 to 8.2.14 ([2b2623d](https://github.com/dargmuesli/dargstack-example/commit/2b2623d71acc783486be1f45efd134fb7d27b7e4))
10+
* upgrade @angular/forms from 8.2.12 to 8.2.14 ([b643037](https://github.com/dargmuesli/dargstack-example/commit/b6430371f83aa06684d4cc15291381dda89fe422))
11+
* upgrade @angular/platform-browser from 8.2.12 to 8.2.14 ([4feb16e](https://github.com/dargmuesli/dargstack-example/commit/4feb16e63fd3632d47b5ad177e606429e5e44a36))
12+
* upgrade @angular/platform-browser-dynamic from 8.2.12 to 8.2.14 ([e77a07d](https://github.com/dargmuesli/dargstack-example/commit/e77a07d704ac69bd27036869acdc64c398c2d6fe))
13+
* upgrade @angular/router from 8.2.12 to 8.2.14 ([7f11344](https://github.com/dargmuesli/dargstack-example/commit/7f11344bd4bee220a3be11fb58704761052c0e1b))
14+
* upgrade rxjs from 6.5.3 to 6.5.4 ([7b037a5](https://github.com/dargmuesli/dargstack-example/commit/7b037a58c713e373bfde446bdbcf87b34fbe36a3))
15+
* upgrade tslib from 1.10.0 to 1.11.0 ([a804657](https://github.com/dargmuesli/dargstack-example/commit/a80465782f1b891fcdeb8dca8f94cdc6b2659dd3))
16+
* upgrade tslib from 1.11.0 to 1.11.1 ([09a02d0](https://github.com/dargmuesli/dargstack-example/commit/09a02d0f7880ec5aa3769b3ae0dfd5671005ab3c))
17+
* upgrade zone.js from 0.10.2 to 0.10.3 ([5502275](https://github.com/dargmuesli/dargstack-example/commit/55022755efaa892a5a5475538ff7236ef189fb0c))
18+
19+
20+
### Features
21+
22+
* add semantic release ([6d18f27](https://github.com/dargmuesli/dargstack-example/commit/6d18f27cac4693352a8189c68d84781ae5b0789a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dargstack-example",
33
"private": true,
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"scheduleVersion": "1.2.0",
66
"scripts": {
77
"ng": "ng",

0 commit comments

Comments
 (0)