diff --git a/CHANGELOG.md b/CHANGELOG.md index dba6f51..b275759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.20.3](https://github.com/darkobits/ts/compare/v0.20.2...v0.20.3) (2024-01-08) + + +### 🏗 Chores + +* **deps:** Update dependencies. ([e6559a6](https://github.com/darkobits/ts/commit/e6559a6405b2e045d9a70994be463fc455191bae)) + ## [0.20.2](https://github.com/darkobits/ts/compare/v0.20.1...v0.20.2) (2023-12-10) diff --git a/package-lock.json b/package-lock.json index 19ac5e1..cc15b14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@darkobits/ts", - "version": "0.20.2", + "version": "0.20.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@darkobits/ts", - "version": "0.20.2", + "version": "0.20.3", "license": "Hippocratic", "dependencies": { "@darkobits/interop-import-default": "^1.0.0", diff --git a/package.json b/package.json index efca23d..c882e49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@darkobits/ts", - "version": "0.20.2", + "version": "0.20.3", "description": "Vite-based toolchain for Node projects.", "author": "darkobits", "license": "Hippocratic",