Skip to content

Commit

Permalink
chore(release): example@1.3.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.9](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.3.8...example@1.3.9) (2023-05-30)

### Bug Fixes

* **datasource-sql:** do not crash at connection time when using proxy without providing port ([#705](#705)) ([c3d7d60](c3d7d60))
  • Loading branch information
forest-bot committed May 30, 2023
1 parent 4505aa2 commit 949b943
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/_example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## example [1.3.9](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.3.8...example@1.3.9) (2023-05-30)





### Dependencies

* **@forestadmin/datasource-sql:** upgraded to 1.6.2

## example [1.3.8](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.3.7...example@1.3.8) (2023-05-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/_example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.3.8",
"version": "1.3.9",
"license": "GPL-V3",
"private": true,
"dependencies": {
Expand All @@ -9,7 +9,7 @@
"@forestadmin/datasource-dummy": "1.0.30",
"@forestadmin/datasource-mongoose": "1.4.0",
"@forestadmin/datasource-sequelize": "1.3.1",
"@forestadmin/datasource-sql": "1.6.1",
"@forestadmin/datasource-sql": "1.6.2",
"@forestadmin/datasource-toolkit": "1.5.0",
"@koa/router": "^12.0.0",
"@nestjs/common": "^9.2.1",
Expand Down

0 comments on commit 949b943

Please sign in to comment.