diff --git a/CHANGELOG.md b/CHANGELOG.md index 2010bd1..7dd1856 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. +## [0.3.0](https://github.com/verdaccio/ui/compare/v0.2.4...v0.3.0) (2019-09-01) + + +### Features + +* add browser features to browse by version ([#125](https://github.com/verdaccio/ui/issues/125)) ([1904179](https://github.com/verdaccio/ui/commit/1904179)) + ### [0.2.4](https://github.com/verdaccio/ui/compare/v0.2.3...v0.2.4) (2019-08-31) diff --git a/package.json b/package.json index b33d3c9..332fa50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/ui-theme", - "version": "0.2.4", + "version": "0.3.0", "description": "Verdaccio User Interface", "author": { "name": "Verdaccio Core Team" @@ -144,7 +144,7 @@ "scripts": { "type-check": "tsc --noEmit", "type-check:watch": "npm run type-check -- --watch", - "release": "standard-version -a -s", + "release": "standard-version -a", "test:clean": "npx jest --clearCache", "test:acceptance": "codeceptjs run --steps", "test:acceptance:server": "concurrently --kill-others \"npm run verdaccio:server\" \"npm run test:acceptance\"",