Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and k3nsei committed Aug 17, 2024
1 parent 25615c8 commit ce0a86e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.3.0](https://github.com/k3nsei/ngx-signal-store-query/compare/v0.2.0...v0.3.0) (2024-08-17)


### Features

* only infer types of inputs and outputs ([25615c8](https://github.com/k3nsei/ngx-signal-store-query/commit/25615c87f2e42c22f2759b814dd70412a55b77a0))
* simplify types ([25615c8](https://github.com/k3nsei/ngx-signal-store-query/commit/25615c87f2e42c22f2759b814dd70412a55b77a0))


### Bug Fixes

* **demo:** typos in error messages ([b44810d](https://github.com/k3nsei/ngx-signal-store-query/commit/b44810da6392f81e1c682f02179ab7cd45b7ff3d))

## [0.2.0](https://github.com/k3nsei/ngx-signal-store-query/compare/v0.1.0...v0.2.0) (2024-08-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-signal-store-query/source",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"scripts": {
"build": "ng build ngx-signal-store-query --configuration=production",
Expand Down

0 comments on commit ce0a86e

Please sign in to comment.