diff --git a/CHANGELOG.md b/CHANGELOG.md index e13745f..ae8b043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.4](https://github.com/phun-ky/frameport/compare/v2.0.3...v2.0.4) (2024-03-19) + + +### Tasks + +* 🤖 bump typedoc from 0.25.9 to 0.25.12 ([1155e5e](https://github.com/phun-ky/frameport/commit/1155e5e40d17e7958d32cffa12af985c756f6de8)) + ## [2.0.3](https://github.com/phun-ky/frameport/compare/v2.0.2...v2.0.3) (2024-03-19) diff --git a/package-lock.json b/package-lock.json index b710aaa..5e09eeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/frameport", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/frameport", - "version": "2.0.3", + "version": "2.0.4", "license": "MIT", "devDependencies": { "@release-it/conventional-changelog": "^8.0.1", diff --git a/package.json b/package.json index 951fe92..297991f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/frameport", - "version": "2.0.3", + "version": "2.0.4", "publishConfig": { "access": "public" },