Skip to content

Commit

Permalink
ci(release): 2.3.0
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.4...v2.3.0) (2024-06-16)

### Bug Fixes

* ng upgrade ([#205](#205)) ([9a9aa8c](9a9aa8c))

### Features

* upgrade to angular 17 and websdk 1020 ([#203](#203)) ([0af7dd4](0af7dd4))
  • Loading branch information
semantic-release-bot committed Jun 16, 2024
1 parent 9a9aa8c commit aec4332
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.3.0](https://github.com/SoftwareAG/cumulocity-node-red/compare/v2.2.4...v2.3.0) (2024-06-16)


### Bug Fixes

* ng upgrade ([#205](https://github.com/SoftwareAG/cumulocity-node-red/issues/205)) ([9a9aa8c](https://github.com/SoftwareAG/cumulocity-node-red/commit/9a9aa8c497cf5bcd4f22dee6ebbb20ad691f670c))


### Features

* upgrade to angular 17 and websdk 1020 ([#203](https://github.com/SoftwareAG/cumulocity-node-red/issues/203)) ([0af7dd4](https://github.com/SoftwareAG/cumulocity-node-red/commit/0af7dd45a0ff6c7d78ced6cc1f33f982a4ef388f))

## [2.2.4](https://github.com/SoftwareAG/cumulocity-node-red/compare/v2.2.3...v2.2.4) (2024-05-24)


Expand Down
4 changes: 2 additions & 2 deletions cumulocity-node-red-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cumulocity-node-red-ui",
"version": "2.2.4",
"version": "2.3.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -44,4 +44,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.4.5"
}
}
}
2 changes: 1 addition & 1 deletion cumulocity.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"apiVersion": "v2",
"version": "2.2.4",
"version": "2.3.0",
"name": "node-red",
"provider": {
"name": "Tristan Bastian",
Expand Down
2 changes: 1 addition & 1 deletion node-red-c8y-storage-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-c8y-storage-plugin",
"version": "2.2.4",
"version": "2.3.0",
"description": "Node-RED c8y Storage Plugin",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion node-red-contrib-c8y-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-c8y-client",
"version": "2.2.4",
"version": "2.3.0",
"description": "c8y client for Node-RED",
"main": "index.js",
"scripts": {
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": "cumulocity-node-red",
"private": true,
"version": "2.2.4",
"version": "2.3.0",
"author": "Tristan Bastian",
"description": "Node-RED integration into Cumulocity. With the Node-RED instance running as a microservice inside of Cumulocity.",
"scripts": {
Expand Down

0 comments on commit aec4332

Please sign in to comment.