diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c1912..53e129a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/TimoBechtel/style/compare/v1.6.0...v1.7.0) (2024-04-30) + + +### Features + +* **ts:** add noUncheckedIndexedAccess config ([b0bdc89](https://github.com/TimoBechtel/style/commit/b0bdc89a1b9820325d13358ff13050e1221d1fa9)) + # [1.6.0](https://github.com/TimoBechtel/style/compare/v1.5.0...v1.6.0) (2024-03-23) diff --git a/package.json b/package.json index 0531cd0..d735007 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@timobechtel/style", - "version": "1.6.0", + "version": "1.7.0", "type": "module", "files": [ "bin",