Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-customizer@1.41.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.41.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.40.4...@forestadmin/datasource-customizer@1.41.0) (2024-01-26)

### Bug Fixes

* return more details in errors due to certificate validation to help debugging ([#917](#917)) ([58aaaec](58aaaec))

### Features

* **datasource-customizer:** implement gmail-style search ([#780](#780)) ([3ad8ed8](3ad8ed8))
  • Loading branch information
forest-bot committed Jan 26, 2024
1 parent cb6e0d1 commit 714bb55
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/datasource-customizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# @forestadmin/datasource-customizer [1.41.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.40.4...@forestadmin/datasource-customizer@1.41.0) (2024-01-26)


### Features

* **datasource-customizer:** implement gmail-style search ([#780](https://github.com/ForestAdmin/agent-nodejs/issues/780)) ([3ad8ed8](https://github.com/ForestAdmin/agent-nodejs/commit/3ad8ed895c44ec17959e062dacf085691d42e528))





### Dependencies

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

## @forestadmin/datasource-customizer [1.40.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.40.3...@forestadmin/datasource-customizer@1.40.4) (2024-01-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/datasource-customizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-customizer",
"version": "1.40.4",
"version": "1.41.0",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@types/uuid": "^9.0.0"
},
"dependencies": {
"@forestadmin/datasource-toolkit": "1.29.2",
"@forestadmin/datasource-toolkit": "1.30.0",
"antlr4": "^4.13.1-patch-1",
"file-type": "^16.5.4",
"luxon": "^3.2.1",
Expand Down

0 comments on commit 714bb55

Please sign in to comment.