Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Mar 27, 2019
1 parent a76ebbc commit abd3f3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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.

# [5.0.0](https://github.com/mgechev/codelyzer/compare/5.0.0-beta.2...5.0.0) (2019-03-27)

### Bug Fixes

- **rule:** add template-accessibility-elements-content to index.ts ([#803](https://github.com/mgechev/codelyzer/issues/803)) ([1e8cbbf](https://github.com/mgechev/codelyzer/commit/1e8cbbf)), closes [#801](https://github.com/mgechev/codelyzer/issues/801)

### Features

- add support for svg templates ([#800](https://github.com/mgechev/codelyzer/issues/800)) ([dadf8ec](https://github.com/mgechev/codelyzer/commit/dadf8ec))

<a name="5.0.0-beta.2"></a>

# [5.0.0-beta.2](https://github.com/mgechev/codelyzer/compare/5.0.0-beta.1...5.0.0-beta.2) (2019-03-25)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codelyzer",
"version": "5.0.0-beta.2",
"version": "5.0.0",
"description": "Linting for Angular applications, following angular.io/styleguide.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit abd3f3e

Please sign in to comment.