diff --git a/CHANGELOG.md b/CHANGELOG.md index b42a2fc..88e9738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.23.2](https://github.com/darkobits/ts/compare/v0.23.1...v0.23.2) (2024-09-27) + ### [0.23.1](https://github.com/darkobits/ts/compare/v0.23.0...v0.23.1) (2024-09-19) ## [0.23.0](https://github.com/darkobits/ts/compare/v0.22.2...v0.23.0) (2024-08-13) diff --git a/package-lock.json b/package-lock.json index 519ffd5..4708991 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@darkobits/ts", - "version": "0.23.1", + "version": "0.23.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@darkobits/ts", - "version": "0.23.1", + "version": "0.23.2", "license": "Hippocratic", "dependencies": { "@darkobits/interop-import-default": "^1.0.0", diff --git a/package.json b/package.json index 7c5cf0d..f3024f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@darkobits/ts", - "version": "0.23.1", + "version": "0.23.2", "description": "Vite-based toolchain for Node projects.", "author": "darkobits", "license": "Hippocratic",