From ce0a86eaac2d6d79e4a3e21fc8133584b660f5df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 15:18:20 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 466cced..5c6cee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index aca8b84..ca6299a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ngx-signal-store-query/source", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ngx-signal-store-query/source", - "version": "0.2.0", + "version": "0.3.0", "dependencies": { "@angular/animations": "^18.2.0", "@angular/cdk": "^18.2.0", diff --git a/package.json b/package.json index a3e6b7d..0f04891 100644 --- a/package.json +++ b/package.json @@ -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",