Skip to content

Commit

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

### Bug Fixes

* allow to use skip lib check = false in tsconfig ([#909](#909)) ([da69776](da69776))
* cloud sync error with customization applied to missing collections ([#901](#901)) ([60e8d1c](60e8d1c))
* **mongoose:** export mongoose options type ([#900](#900)) ([f822279](f822279))
* quote typing keys in the generated typing file ([#899](#899)) ([d522d03](d522d03))
* **restart:** the agent should only restart when at least one customisation is installed ([#898](#898)) ([8a09a3b](8a09a3b))
* **security:** patch follow-redirects dependency vulnerabilities ([#907](#907)) ([07035fc](07035fc))
* **security:** upgrade koa/cors to version 5 ([#897](#897)) ([69e0221](69e0221))

### Features

* **customizer:** allow users to disable sort properly on column ([#904](#904)) ([2dfaeac](2dfaeac))
  • Loading branch information
forest-bot committed Jan 17, 2024
1 parent 94dbb1c commit aa896ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/datasource-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @forestadmin/datasource-toolkit [1.29.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.29.1...@forestadmin/datasource-toolkit@1.29.2) (2024-01-17)


### Bug Fixes

* allow to use skip lib check = false in tsconfig ([#909](https://github.com/ForestAdmin/agent-nodejs/issues/909)) ([da69776](https://github.com/ForestAdmin/agent-nodejs/commit/da697766745983bfb334488ca946ff8f69281e63))

## @forestadmin/datasource-toolkit [1.29.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.29.0...@forestadmin/datasource-toolkit@1.29.1) (2023-12-12)


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

0 comments on commit aa896ed

Please sign in to comment.