diff --git a/CHANGELOG.md b/CHANGELOG.md index a1cd6b54..8b449e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.4.0](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.3.1...1.4.0) (2023-01-03) + + +### Features + +* username property conversion and removal of unnecessary default props ([ceebd69](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/ceebd69b62c8d5e09dd5dad78c579042567ce9c3)) + + + ## [1.3.1](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.3.0...1.3.1) (2022-12-26) diff --git a/package.json b/package.json index 7c044d22..a336d240 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.3.1", + "version": "1.4.0", "engines": { "node": ">=14.16.0" },