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

Commit

Permalink
"chore(release): 1.12.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Jul 13, 2021
1 parent 2f064fb commit 9cc1e1d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,24 @@

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.

### [1.9.5](https://github.com/ng-web-apis/universal/compare/v1.9.4...v1.9.5) (2021-03-12)
## [1.12.0](https://github.com/ng-web-apis/universal/compare/v1.9.5...v1.12.0) (2021-07-13)

### Features

- **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))
- **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))

### [1.9.5](https://github.com/ng-web-apis/universal/compare/v1.9.4...v1.9.5) (2021-03-12)

### Bug Fixes

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

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


### Bug Fixes

* **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))
- **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))

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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/universal",
"version": "1.9.5",
"version": "1.12.0",
"scripts": {
"build": "ng build",
"postbuild": "node scripts/postbuild.js",
Expand Down Expand Up @@ -32,9 +32,7 @@
"name": "Alex Inkin",
"email": "alexander@inkin.ru"
},
"contributors": [
"Roman Sedov <79601794011@ya.ru> (http://marsibarsi.me/)"
],
"contributors": ["Roman Sedov <79601794011@ya.ru> (http://marsibarsi.me/)"],
"repository": "https://github.com/ng-web-apis/universal",
"bugs": "https://github.com/ng-web-apis/universal/issues",
"homepage": "https://github.com/ng-web-apis/universal#README",
Expand Down Expand Up @@ -104,10 +102,7 @@
}
},
"lint-staged": {
"*.{js,ts,html,md,less,json}": [
"prettier --write",
"git add"
],
"*.{js,ts,html,md,less,json}": ["prettier --write", "git add"],
"*.ts": "tslint"
},
"standard-version": {
Expand Down

0 comments on commit 9cc1e1d

Please sign in to comment.