Skip to content

Commit 8970c4a

Browse files
committed
chore(release): bump version [skip ci]
- directus-sync@3.2.2
1 parent 4884554 commit 8970c4a

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.2.2](https://github.com/tractr/directus-sync/compare/directus-sync@3.2.1...directus-sync@3.2.2) (2025-02-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** handle policy.roles addition and removal on push ([#150](https://github.com/tractr/directus-sync/issues/150)) ([a214305](https://github.com/tractr/directus-sync/commit/a214305de4042d81790a2566a81685e534214ceb))
12+
13+
14+
15+
16+
617
## [3.2.1](https://github.com/tractr/directus-sync/compare/directus-sync@3.2.0...directus-sync@3.2.1) (2025-02-04)
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.2.1",
3+
"version": "3.2.2",
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)