Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulls1z3 committed Apr 1, 2019
1 parent 5877958 commit a472c21
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

<a name="1.14.0"></a>
# [1.14.0](https://github.com/angular-tslint-rules/commit/compare/v1.12.1...v1.14.0) (2019-04-01)


### Features

* **atr:** update tslint rules ([#35](https://github.com/ng-seed/angular-tslint-rules/issues/35)) ([5877958](https://github.com/ng-seed/angular-tslint-rules/commit/5877958))



<a name="1.12.1"></a>
# [1.12.0](https://github.com/angular-tslint-rules/commit/compare/v1.12.0...v1.12.1) (2018-12-20)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-tslint-rules",
"version": "1.12.1",
"version": "1.14.0",
"description": "Shared TSLint & codelyzer rules to enforce a consistent code style for Angular development",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"standard-version": "^5.0.2"
},
"peerDependencies": {
"codelyzer": ">=4.5.0",
"codelyzer": ">=4.5.0 <5.0.0",
"tslint": ">=5.14.0"
}
}

0 comments on commit a472c21

Please sign in to comment.