Skip to content

Commit ac241da

Browse files
committed
chore: release 3.0.0
1 parent 2a4c27b commit ac241da

File tree

3 files changed

+24
-7
lines changed

3 files changed

+24
-7
lines changed

CHANGELOG.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,40 @@
11
# Changelog
22

3-
## [2.1.0](https://github.com/evva-sfw/nest-xs3-api-client/compare/2.0.0...2.1.0) (2025-06-03)
3+
## [3.0.0](https://github.com/evva-sfw/nest-xs3-api-client/compare/2.1.0...3.0.0) (2025-06-25)
44

55
### 🎉 Features
66

7-
* add component module and support for relais board events ([bba2c26](https://github.com/evva-sfw/nest-xs3-api-client/commit/bba2c26db4c96b13bbaa4c43f864930530267208))
7+
* add commandId promise resolve mapping ([41492cb](https://github.com/evva-sfw/nest-xs3-api-client/commit/41492cb3e67c7bac5f06fb15e8c68e76d84139e1))
88

9-
### 🔀 Code Refactoring
9+
### 🐛 Bug Fixes
1010

11-
* improve typing ([a7b2446](https://github.com/evva-sfw/nest-xs3-api-client/commit/a7b2446a2634cd33f14145d212206aceabdbc595))
11+
* improve handling of commands in command-service ([617e739](https://github.com/evva-sfw/nest-xs3-api-client/commit/617e7393fefd67853c63c1f385d4559eead402da))
12+
13+
### 📝 Documentation
14+
15+
* set license name ([f47893f](https://github.com/evva-sfw/nest-xs3-api-client/commit/f47893ff8c1443ee876b8d75c76a2e953e345605))
16+
* update license in package-lock.json ([49f8f9f](https://github.com/evva-sfw/nest-xs3-api-client/commit/49f8f9f909f91cefac08a349dd813345b3283e6b))
17+
18+
### 🧹 Chore
19+
20+
* rename ([912f72b](https://github.com/evva-sfw/nest-xs3-api-client/commit/912f72ba40a2c05b60b0a00f4b4a228f089c7e54))
21+
* update deps ([a8caeb3](https://github.com/evva-sfw/nest-xs3-api-client/commit/a8caeb372691af07f561613357ca66a9e30fcf6b))
1222

1323
##
1424

1525
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
1626

1727
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1828

29+
#### [3.0.0](https://github.com/evva-sfw/nest-xs3-api-client/compare/2.1.0...3.0.0)
30+
31+
- feat!: rework commands to support all proper cqrs commands [`#11`](https://github.com/evva-sfw/nest-xs3-api-client/pull/11)
32+
- docs: set license name [`#10`](https://github.com/evva-sfw/nest-xs3-api-client/pull/10)
33+
1934
#### [2.1.0](https://github.com/evva-sfw/nest-xs3-api-client/compare/2.0.0...2.1.0)
2035

36+
> 3 June 2025
37+
2138
- feat: add component module and support for relais board events [`#9`](https://github.com/evva-sfw/nest-xs3-api-client/pull/9)
2239

2340
### [2.0.0](https://github.com/evva-sfw/nest-xs3-api-client/compare/1.0.0...2.0.0)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evva/nest-xs3-api-client",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Client implementation for the Xesar 3 MQTT api interface.",
55
"private": false,
66
"author": "EVVA Sicherheitstechnologie GmbH",

0 commit comments

Comments
 (0)