Skip to content

Commit

Permalink
ci(release): 2.2.2
Browse files Browse the repository at this point in the history
## [2.2.2](v2.2.1...v2.2.2) (2024-05-15)

### Bug Fixes

* **microservice:** resolve issue if microservice is installed for the first time on tenant ([c157e27](c157e27))
  • Loading branch information
semantic-release-bot committed May 15, 2024
1 parent c157e27 commit ae58ae8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.2](https://github.com/SoftwareAG/cumulocity-node-red/compare/v2.2.1...v2.2.2) (2024-05-15)


### Bug Fixes

* **microservice:** resolve issue if microservice is installed for the first time on tenant ([c157e27](https://github.com/SoftwareAG/cumulocity-node-red/commit/c157e277f8b1d41c6b3557671183781412ec4501))

## [2.2.1](https://github.com/SoftwareAG/cumulocity-node-red/compare/v2.2.0...v2.2.1) (2024-05-01)


Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "2.2.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
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.1",
"version": "2.2.2",
"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.1",
"version": "2.2.2",
"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.1",
"version": "2.2.2",
"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.1",
"version": "2.2.2",
"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 ae58ae8

Please sign in to comment.