Skip to content

Commit

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

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


### Features

* add `withMutation` feature ([1d6b3a8](https://github.com/k3nsei/ngx-signal-store-query/commit/1d6b3a889b2b139d61e9393786c6230577980b35))
* omit need to unwrap query ref ([1d6b3a8](https://github.com/k3nsei/ngx-signal-store-query/commit/1d6b3a889b2b139d61e9393786c6230577980b35))

## 0.1.0 (2024-08-11)


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.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"build": "ng build ngx-signal-store-query --configuration=production",
Expand Down

0 comments on commit 942e9f6

Please sign in to comment.