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

Commit 9cc1e1d

Browse files
committed
"chore(release): 1.12.0"
1 parent 2f064fb commit 9cc1e1d

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,24 @@
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-
### [1.9.5](https://github.com/ng-web-apis/universal/compare/v1.9.4...v1.9.5) (2021-03-12)
5+
## [1.12.0](https://github.com/ng-web-apis/universal/compare/v1.9.5...v1.12.0) (2021-07-13)
6+
7+
### Features
68

9+
- **module:** add module with providers ([#13](https://github.com/ng-web-apis/universal/issues/13)) ([ea56681](https://github.com/ng-web-apis/universal/commit/ea566810063aa9673f36fe17e62b748356057dea))
10+
- **tokens:** sync with new tokens from common package ([#15](https://github.com/ng-web-apis/universal/issues/15)) ([2f064fb](https://github.com/ng-web-apis/universal/commit/2f064fb0c391b3d42c0bb197c84d16b7dbb54db2))
11+
12+
### [1.9.5](https://github.com/ng-web-apis/universal/compare/v1.9.4...v1.9.5) (2021-03-12)
713

814
### Bug Fixes
915

10-
* **WINDOW:** fix `navigator` used in `clientInformation` ([89cbabb](https://github.com/ng-web-apis/universal/commit/89cbabb28ef01a5a18e5bf675b6fe3e58e7ef976))
16+
- **WINDOW:** fix `navigator` used in `clientInformation` ([89cbabb](https://github.com/ng-web-apis/universal/commit/89cbabb28ef01a5a18e5bf675b6fe3e58e7ef976))
1117

1218
### [1.9.4](https://github.com/ng-web-apis/universal/compare/v1.9.3...v1.9.4) (2021-03-08)
1319

14-
1520
### Bug Fixes
1621

17-
* **WINDOW:** provide typesafe mock for `WINDOW` ([#9](https://github.com/ng-web-apis/universal/issues/9)) ([9ec57bb](https://github.com/ng-web-apis/universal/commit/9ec57bb53171bcc8715afd3e87eb94dc59ea010b))
22+
- **WINDOW:** provide typesafe mock for `WINDOW` ([#9](https://github.com/ng-web-apis/universal/issues/9)) ([9ec57bb](https://github.com/ng-web-apis/universal/commit/9ec57bb53171bcc8715afd3e87eb94dc59ea010b))
1823

1924
### [1.9.3](https://github.com/ng-web-apis/universal/compare/v1.9.2...v1.9.3) (2021-01-12)
2025

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-web-apis/universal",
3-
"version": "1.9.5",
3+
"version": "1.12.0",
44
"scripts": {
55
"build": "ng build",
66
"postbuild": "node scripts/postbuild.js",
@@ -32,9 +32,7 @@
3232
"name": "Alex Inkin",
3333
"email": "[email protected]"
3434
},
35-
"contributors": [
36-
"Roman Sedov <[email protected]> (http://marsibarsi.me/)"
37-
],
35+
"contributors": ["Roman Sedov <[email protected]> (http://marsibarsi.me/)"],
3836
"repository": "https://github.com/ng-web-apis/universal",
3937
"bugs": "https://github.com/ng-web-apis/universal/issues",
4038
"homepage": "https://github.com/ng-web-apis/universal#README",
@@ -104,10 +102,7 @@
104102
}
105103
},
106104
"lint-staged": {
107-
"*.{js,ts,html,md,less,json}": [
108-
"prettier --write",
109-
"git add"
110-
],
105+
"*.{js,ts,html,md,less,json}": ["prettier --write", "git add"],
111106
"*.ts": "tslint"
112107
},
113108
"standard-version": {

0 commit comments

Comments
 (0)