diff --git a/CHANGELOG.md b/CHANGELOG.md index cbbf6a0f..6f6f2aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [2.0.3](https://github.com/flex-development/tsconfig-types/compare/2.0.2...2.0.3) (2023-01-30) + + +### :bug: Fixes + +* **build:** barrel files ([be9aef3](https://github.com/flex-development/tsconfig-types/commit/be9aef392dcd83a9189376695a23e757e87a5045)) + + +### :house_with_garden: Housekeeping + +* **github:** add commit scope `build` ([8adb9ec](https://github.com/flex-development/tsconfig-types/commit/8adb9ec786ece1ff3c5f20942c38d5e5e221813c)) + ## [2.0.2](https://github.com/flex-development/tsconfig-types/compare/2.0.1...2.0.2) (2023-01-30) diff --git a/package.json b/package.json index e24c9236..2f0a8f7d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/tsconfig-types", "description": "TypeScript definitions for tsconfig.json", - "version": "2.0.2", + "version": "2.0.3", "keywords": [ "tsconfig", "tsconfig.json",