From abd3f3e70c314ce8384d404ea8f04aebaceabf46 Mon Sep 17 00:00:00 2001 From: Minko Gechev Date: Wed, 27 Mar 2019 12:12:58 -0700 Subject: [PATCH] chore(release): 5.0.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d61865b65..4911c662a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + # [5.0.0-beta.2](https://github.com/mgechev/codelyzer/compare/5.0.0-beta.1...5.0.0-beta.2) (2019-03-25) diff --git a/package.json b/package.json index c189b1046..da06cd189 100644 --- a/package.json +++ b/package.json @@ -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": {