From 24f2fb84987d4755565e9d1d697b949405be4f77 Mon Sep 17 00:00:00 2001 From: Varga Zsolt Date: Tue, 4 Jan 2022 12:56:34 +0100 Subject: [PATCH] Release 0.1.3 --- changelog.md | 6 ++++++ package.json | 2 +- version | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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