From b33cb7731536e1c2e407ba4aa75fa157099a4c93 Mon Sep 17 00:00:00 2001 From: Anthony Najjar Simon Date: Tue, 3 Mar 2020 08:03:37 +0100 Subject: [PATCH] Release 0.16.0 --- api/package.json | 2 +- docs/changelog.md | 3 +++ package.json | 2 +- webapp/package.json | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/api/package.json b/api/package.json index 8ef6f433..2cc681cf 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "traduora-api", - "version": "0.15.1", + "version": "0.16.0", "license": "AGPL-3.0-only", "scripts": { "fmt": "prettier --write \"src/**/*.ts\"", diff --git a/docs/changelog.md b/docs/changelog.md index fa45e271..49a983e0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,9 @@ sidebar_label: Changelog To download the source code for each release, check out [GitHub](https://github.com/traduora/traduora/releases). Alternatively docker images are available for each release on [Docker Hub](https://cloud.docker.com/u/traduora/repository/docker/traduora/traduora). ## next +- + +## 0.16.0 - Allow config of max nested levels on import formats (with new default of 100). - Pretty print JSON based exporters. diff --git a/package.json b/package.json index 06275638..6f65ff21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "traduora", - "version": "0.15.1", + "version": "0.16.0", "license": "AGPL-3.0-only", "description": "Traduora - translation management platform for teams", "repository": "https://github.com/traduora/traduora", diff --git a/webapp/package.json b/webapp/package.json index 444c602c..77e60b08 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,7 +1,7 @@ { "name": "traduora-webapp", "license": "AGPL-3.0-only", - "version": "0.15.1", + "version": "0.16.0", "scripts": { "ng": "ng", "start": "ng serve",