diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c0596a..eb860f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [13.0.0](https://github.com/voxpelli/tsconfig/compare/v12.0.1...v13.0.0) (2024-07-21) + + +### ⚠ BREAKING CHANGES + +* update dependency typescript to ~5.5.3 ([#43](https://github.com/voxpelli/tsconfig/issues/43)) +* require typescript 5.5 ([#45](https://github.com/voxpelli/tsconfig/issues/45)) + +### Features + +* require typescript 5.5 ([#45](https://github.com/voxpelli/tsconfig/issues/45)) ([11bc4a2](https://github.com/voxpelli/tsconfig/commit/11bc4a2d973724a21f174b3556e7f95d8b47ae27)) + + +### Bug Fixes + +* update dependency typescript to ~5.5.3 ([#43](https://github.com/voxpelli/tsconfig/issues/43)) ([6cdfdce](https://github.com/voxpelli/tsconfig/commit/6cdfdcec952c6cc75a250e57573825a2daa10cc5)) + ## [12.0.1](https://github.com/voxpelli/tsconfig/compare/v12.0.0...v12.0.1) (2024-04-29) diff --git a/package-lock.json b/package-lock.json index ed02508..1d4edaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@voxpelli/tsconfig", - "version": "12.0.1", + "version": "13.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@voxpelli/tsconfig", - "version": "12.0.1", + "version": "13.0.0", "license": "MIT", "devDependencies": { "husky": "^9.0.11", diff --git a/package.json b/package.json index 589fd72..45e0ad9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@voxpelli/tsconfig", "description": "Personal tsconfig bases", - "version": "12.0.1", + "version": "13.0.0", "license": "MIT", "author": "Pelle Wessman (http://kodfabrik.se/)", "homepage": "https://github.com/voxpelli/tsconfig",