From 76115d2fddc7ab275fca843cdd8a8f316bb1614e Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Thu, 2 Apr 2020 21:36:55 +0200 Subject: [PATCH] chore(release): 1.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81185d7..1963354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.4.0](https://github.com/verdaccio/ui/compare/v1.3.0...v1.4.0) (2020-04-02) + + +### Features + +* added zh-CN translations to the UI ([#448](https://github.com/verdaccio/ui/issues/448)) ([03114a8](https://github.com/verdaccio/ui/commit/03114a842b88ae0f482f389e7ae91af62e00bca4)) + ## [1.3.0](https://github.com/verdaccio/ui/compare/v1.0.4...v1.3.0) (2020-04-01) diff --git a/package.json b/package.json index b3cc4db..d0b669f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/ui-theme", - "version": "1.3.0", + "version": "1.4.0", "description": "Verdaccio User Interface", "author": { "name": "Verdaccio Core Team",