Skip to content

Commit b71e052

Browse files
committed
chore(release): bump version [skip ci]
- directus-sync@3.1.4
1 parent 18a2e57 commit b71e052

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [3.1.4](https://github.com/tractr/directus-sync/compare/directus-sync@3.1.3...directus-sync@3.1.4) (2024-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** allow sort to be null ([#109](https://github.com/tractr/directus-sync/issues/109)) ([471896f](https://github.com/tractr/directus-sync/commit/471896fd3e73639c1f9432ace4b7fb46dc89412b))
12+
13+
14+
15+
16+
617
## [3.1.3](https://github.com/tractr/directus-sync/compare/directus-sync@3.1.2...directus-sync@3.1.3) (2024-09-22)
718

819

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": "3.1.3",
3+
"version": "3.1.4",
44
"description": "This is a CLI tool to sync schema and configuration from one Directus instance to another.",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)