Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 28, 2024
1 parent e963ffd commit 559de4b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog


## v0.2.0...main

[compare changes](https://github.com/stacksjs/ts-starter/compare/v0.2.0...main)

### 🏡 Chore

- Comment out one integrate test ([00b859d](https://github.com/stacksjs/ts-starter/commit/00b859d))
- Improve sentiment logic slightly ([cfeac1c](https://github.com/stacksjs/ts-starter/commit/cfeac1c))
- Resolve lint and type issue ([ea74cd7](https://github.com/stacksjs/ts-starter/commit/ea74cd7))
- Improve symmetricDiff typing ([bbc3f86](https://github.com/stacksjs/ts-starter/commit/bbc3f86))
- Improve differentiate typing ([09758e9](https://github.com/stacksjs/ts-starter/commit/09758e9))
- Resolve type issues ([6d04384](https://github.com/stacksjs/ts-starter/commit/6d04384))
- Improve when and unless typing ([e040b21](https://github.com/stacksjs/ts-starter/commit/e040b21))
- Resolve type issues ([e963ffd](https://github.com/stacksjs/ts-starter/commit/e963ffd))

### ❤️ Contributors

- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))

## v0.1.2...main

[compare changes](https://github.com/stacksjs/ts-starter/compare/v0.1.2...main)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-collect",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"description": "Laravel Collections for TypeScript.",
"author": "Chris Breuer <chris@stacksjs.org>",
"license": "MIT",
Expand Down

0 comments on commit 559de4b

Please sign in to comment.