Skip to content

Commit

Permalink
chore(release): @forestadmin/agent@1.50.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.50.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.50.0...@forestadmin/agent@1.50.1) (2024-10-09)

### Bug Fixes

* **permissions:** properly check permissions when dissociating or deleting related resources ([#1190](#1190)) ([211fd1f](211fd1f))
* required fields are not required in schema when they have default values ([#1185](#1185)) ([a5501fc](a5501fc))
  • Loading branch information
forest-bot committed Oct 9, 2024
1 parent ecb8744 commit b51a1d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @forestadmin/agent [1.50.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.50.0...@forestadmin/agent@1.50.1) (2024-10-09)


### Bug Fixes

* **permissions:** properly check permissions when dissociating or deleting related resources ([#1190](https://github.com/ForestAdmin/agent-nodejs/issues/1190)) ([211fd1f](https://github.com/ForestAdmin/agent-nodejs/commit/211fd1f77c4f519271e09826ff63f7ad160c144e))

# @forestadmin/agent [1.50.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.49.1...@forestadmin/agent@1.50.0) (2024-10-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/agent",
"version": "1.50.0",
"version": "1.50.1",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit b51a1d8

Please sign in to comment.