diff --git a/changelog.md b/changelog.md index 78a06c6e..6640c334 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +### Version 0.1.13 + +- Remove the Cypress tests until the random fail is not patched +- New UI design for the database editor +- Experimenting with ARM releases for fellow raspy users + ### Version 0.1.0 - Use homebrew table sync for better control diff --git a/package.json b/package.json index e2cf2c44..80864809 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@artgen/core", - "version": "0.1.2", + "version": "0.1.3", "description": "Versatily headless CMS", "main": "build/main.js", "homepage": "https://artgen.io", diff --git a/version b/version index 8294c184..7693c96b 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.1.2 \ No newline at end of file +0.1.3 \ No newline at end of file