Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Commit fa57a0f

Browse files
committed
chore(release): 2.0.0
1 parent a3e9eaa commit fa57a0f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [2.0.0](https://github.com/ng-web-apis/universal/compare/v1.13.0...v2.0.0) (2022-01-28)
6+
7+
8+
### Features
9+
10+
* update to Angular 12 and Ivy distribution ([#25](https://github.com/ng-web-apis/universal/issues/25)) ([a3e9eaa](https://github.com/ng-web-apis/universal/commit/a3e9eaa63931141d9f78d4d8d326c77f26562f61))
11+
512
## [1.13.0](https://github.com/ng-web-apis/universal/compare/v1.12.0...v1.13.0) (2022-01-28)
613

714
### Features

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-web-apis/universal",
3-
"version": "1.13.0",
3+
"version": "2.0.0",
44
"scripts": {
55
"postinstall": "husky install",
66
"build": "ng build",

0 commit comments

Comments
 (0)