diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9fbd05f..5859cb66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -# 3.0.0-beta.2 +# 3.0.0-beta.3 ### Bug Fixes -- Update peerDependency ngast to version `^0.0.4` [#257](https://github.com/mgechev/codelyzer/issues/257) [30e921a](https://github.com/mgechev/codelyzer/commit/30e921a48fb98b9d929d46f905aa87d3d7e81d98). +- Update peerDependency ngast to version `^0.0.6` [#257](https://github.com/mgechev/codelyzer/issues/257) [30e921a](https://github.com/mgechev/codelyzer/commit/30e921a48fb98b9d929d46f905aa87d3d7e81d98). # 3.0.0-beta.1 diff --git a/package.json b/package.json index 63121f366..61569b403 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codelyzer", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "Linting for Angular applications, following angular.io/styleguide.", "scripts": { "lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", @@ -79,7 +79,7 @@ "app-root-path": "^2.0.1", "css-selector-tokenizer": "^0.7.0", "cssauron": "^1.4.0", - "ngast": "^0.0.4", + "ngast": "^0.0.6", "semver-dsl": "^1.0.1", "source-map": "^0.5.6", "sprintf-js": "^1.0.3"