diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dbfe775..42e423ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.15.0](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.14.1...1.15.0) (2023-04-12) + + +### Features + +* add aliases to readonly props ([3fd5eaf](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/3fd5eafaca8c70471faac8da35003fcf1c955b29)) + + + ## [1.14.1](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.14.0...1.14.1) (2023-04-12) diff --git a/package.json b/package.json index 05255e01..01b880a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.14.1", + "version": "1.15.0", "engines": { "node": ">=14.16.0" },