Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel authored Dec 20, 2024
1 parent de7964a commit 6a20e9d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.1.1](https://github.com/cedricziel/node-red-contrib-baserow/compare/v0.1.0...v0.1.1) (2024-12-20)


### Bug Fixes

* update bump axios from 1.7.7 to 1.7.8 ([#37](https://github.com/cedricziel/node-red-contrib-baserow/issues/37)) ([14f7e47](https://github.com/cedricziel/node-red-contrib-baserow/commit/14f7e47c848f59419cbd491d5a988da6ecd77d9b))
* update bump axios from 1.7.8 to 1.7.9 ([#42](https://github.com/cedricziel/node-red-contrib-baserow/issues/42)) ([1aaa1df](https://github.com/cedricziel/node-red-contrib-baserow/commit/1aaa1dfaa666b79ffd3dda665e37f10ab4dd6e19))
* update bump node-red from 4.0.5 to 4.0.7 ([#44](https://github.com/cedricziel/node-red-contrib-baserow/issues/44)) ([e16e13a](https://github.com/cedricziel/node-red-contrib-baserow/commit/e16e13a3880cdc2940d1bf5b4a863390c832a426))
* update bump prettier from 3.3.3 to 3.4.1 ([#39](https://github.com/cedricziel/node-red-contrib-baserow/issues/39)) ([432da36](https://github.com/cedricziel/node-red-contrib-baserow/commit/432da36d4ecea483c6d9db33d8d0a53446a5935c))
* update bump prettier from 3.4.1 to 3.4.2 ([#41](https://github.com/cedricziel/node-red-contrib-baserow/issues/41)) ([de7964a](https://github.com/cedricziel/node-red-contrib-baserow/commit/de7964a5def2c478dfe295c15a9ffe58541fe3ab))

## [0.1.0](https://github.com/cedricziel/node-red-contrib-baserow/compare/v0.0.7...v0.1.0) (2024-10-12)


Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cedricziel/node-red-contrib-baserow",
"version": "0.1.0",
"version": "0.1.1",
"description": "NodeRED nodes for baserow",
"keywords": [
"node-red"
Expand Down Expand Up @@ -35,7 +35,7 @@
"mocha": "^10.7.0",
"node-red": "^4.0.2",
"node-red-node-test-helper": "^0.3.4",
"prettier": "3.4.2"
"prettier": "3.4.1"
},
"dependencies": {
"axios": "^1.6.2",
Expand Down

0 comments on commit 6a20e9d

Please sign in to comment.