From 369a48a2f33f9b0a453ee3e4cea47fe79f194e1c Mon Sep 17 00:00:00 2001 From: Edouard Demotes Date: Sun, 22 Sep 2024 01:11:40 -0400 Subject: [PATCH] chore(release): bump version [skip ci] - directus-sync@3.1.3 --- package-lock.json | 2 +- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82008a3..fa7c192 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29914,7 +29914,7 @@ }, "packages/cli": { "name": "directus-sync", - "version": "3.1.2", + "version": "3.1.3", "license": "GPL-3.0", "dependencies": { "@directus/sdk": "^17.0.1", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4f6156b..9de35fd 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/tractr/directus-sync/compare/directus-sync@3.1.2...directus-sync@3.1.3) (2024-09-22) + + +### Bug Fixes + +* **cli:** map id of settings.storage_default_folder ([#104](https://github.com/tractr/directus-sync/issues/104)) ([bc060b1](https://github.com/tractr/directus-sync/commit/bc060b154d7405fc00bfadd6bd42eff905b7c5dd)) + + + + + ## [3.1.2](https://github.com/tractr/directus-sync/compare/directus-sync@3.1.0...directus-sync@3.1.2) (2024-09-13) **Note:** Version bump only for package directus-sync diff --git a/packages/cli/package.json b/packages/cli/package.json index caeb45b..ef8735b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "directus-sync", - "version": "3.1.2", + "version": "3.1.3", "description": "This is a CLI tool to sync schema and configuration from one Directus instance to another.", "main": "./dist/index.js", "bin": {