Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonynsimon committed Mar 3, 2020
1 parent a437b9b commit b33cb77
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -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\"",
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b33cb77

Please sign in to comment.