Skip to content

Commit f366476

Browse files
committed
chore: bump version
1 parent bdbc64f commit f366476

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

api/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ The run in development mode:
4848
```bash
4949
npm run dev
5050
```
51-

api/package-lock.json

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

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "directus-extension-sync",
33
"description": "This extension exposes routes to manage id mapping for Directus sync.",
44
"icon": "extension",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"author": "Edouard Demotes-Mainard <edouard@tractr.net>",
77
"repository": {
88
"type": "git",

cli/package-lock.json

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

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.1.5",
3+
"version": "0.1.6",
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)