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.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Jul 24, 2020
1 parent b95998a commit 6670bef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@

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.5.0](https://github.com/ng-web-apis/universal/compare/v1.4.0...v1.5.0) (2020-07-24)


### Features

* **page-visibility:** cover new token from common package in README and sync minor version ([b95998a](https://github.com/ng-web-apis/universal/commit/b95998abf1aa6b8469631d43e7eb5a76a7765374))

## 1.4.0 (2020-05-06)
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: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/universal",
"version": "1.4.0",
"version": "1.5.0",
"scripts": {
"build": "ng build",
"postbuild": "node scripts/postbuild.js",
Expand Down Expand Up @@ -32,7 +32,9 @@
"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 @@ -102,7 +104,10 @@
}
},
"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 6670bef

Please sign in to comment.