diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1687f..93779cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## v0.3.0...main + +[compare changes](https://github.com/stacksjs/ts-starter/compare/v0.3.0...main) + +### 🏡 Chore + +- Stream type improvements ([a718c80](https://github.com/stacksjs/ts-starter/commit/a718c80)) +- Resolve knn type issues ([3a7a6ac](https://github.com/stacksjs/ts-starter/commit/3a7a6ac)) +- Test ci failure ([1345319](https://github.com/stacksjs/ts-starter/commit/1345319)) +- Improve knn ([cfa3958](https://github.com/stacksjs/ts-starter/commit/cfa3958)) +- Test ci failure ([ce05ca4](https://github.com/stacksjs/ts-starter/commit/ce05ca4)) +- Test ci again ([cb0379d](https://github.com/stacksjs/ts-starter/commit/cb0379d)) +- Update deps ([ab36fc9](https://github.com/stacksjs/ts-starter/commit/ab36fc9)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.2.0...main [compare changes](https://github.com/stacksjs/ts-starter/compare/v0.2.0...main) diff --git a/package.json b/package.json index 2e60a7d..b900604 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ts-collect", "type": "module", - "version": "0.3.0", + "version": "0.4.0", "description": "Laravel Collections for TypeScript.", "author": "Chris Breuer ", "license": "MIT",