Skip to content

Commit c071124

Browse files
committed
chore(release): bump version [skip ci]
- directus-sync@0.4.0
1 parent 0b3faf9 commit c071124

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/tractr/directus-sync/compare/directus-sync@0.3.1...directus-sync@0.4.0) (2024-01-23)
7+
8+
### Features
9+
10+
- preserve flows ids, add hooks and handle translations collection ([#23](https://github.com/tractr/directus-sync/issues/23)) ([0b3faf9](https://github.com/tractr/directus-sync/commit/0b3faf963cc1fb7ec7abbb5d62500de77cc47059)), closes [#13](https://github.com/tractr/directus-sync/issues/13) [#20](https://github.com/tractr/directus-sync/issues/20) [#14](https://github.com/tractr/directus-sync/issues/14) [#13](https://github.com/tractr/directus-sync/issues/13) [#18](https://github.com/tractr/directus-sync/issues/18)
11+
612
## 0.3.1 (2024-01-16)
713

814
**Note:** Version bump only for package directus-sync

packages/cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "directus-sync",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "This is a CLI tool to sync schema and configuration from one Directus instance to another.",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)