Skip to content

Commit

Permalink
chore(release): @forestadmin/forestadmin-client@1.1.13 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.13](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.1.12...@forestadmin/forestadmin-client@1.1.13) (2023-04-26)

### Features

* **datasource-customizer:** add support for binary fields ([#673](#673)) ([419727c](419727c))
  • Loading branch information
forest-bot committed Apr 26, 2023
1 parent c646401 commit e26a1a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/forestadmin-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/forestadmin-client [1.1.13](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.1.12...@forestadmin/forestadmin-client@1.1.13) (2023-04-26)





### Dependencies

* **@forestadmin/datasource-toolkit:** upgraded to 1.5.0

## @forestadmin/forestadmin-client [1.1.12](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.1.11...@forestadmin/forestadmin-client@1.1.12) (2023-04-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/forestadmin-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/forestadmin-client",
"version": "1.1.12",
"version": "1.1.13",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "jest"
},
"devDependencies": {
"@forestadmin/datasource-toolkit": "1.4.3",
"@forestadmin/datasource-toolkit": "1.5.0",
"@types/json-api-serializer": "^2.6.3",
"@types/jsonwebtoken": "^9.0.1",
"@types/lru-cache": "^7.10.10",
Expand Down

0 comments on commit e26a1a0

Please sign in to comment.