Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit dcaec9c

Browse files
committed
chore(release): 2.0.0
1 parent e5ef0ef commit dcaec9c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
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.
44

5+
## [2.0.0](https://github.com/verdaccio/generator-verdaccio-plugin/compare/v1.1.5...v2.0.0) (2020-07-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Use Nodev10 minimum
11+
12+
* chore: fix linting
13+
14+
### Features
15+
16+
* update dependencies and remove Node v8 ([#27](https://github.com/verdaccio/generator-verdaccio-plugin/issues/27)) ([397e58e](https://github.com/verdaccio/generator-verdaccio-plugin/commit/397e58e93f748cd0662bd2ec337c80b42f70a021))
17+
18+
19+
### Bug Fixes
20+
21+
* storage template ([#35](https://github.com/verdaccio/generator-verdaccio-plugin/issues/35)) ([e5ef0ef](https://github.com/verdaccio/generator-verdaccio-plugin/commit/e5ef0efdc0278ba17e4008581c014aa77a61f42c))
22+
* update dependencies ([#34](https://github.com/verdaccio/generator-verdaccio-plugin/issues/34)) ([ffc6421](https://github.com/verdaccio/generator-verdaccio-plugin/commit/ffc642117aa2c071473325d6db210d18b09865b0))
23+
* upgrade yeoman-generator from 4.3.0 to 4.4.0 ([#22](https://github.com/verdaccio/generator-verdaccio-plugin/issues/22)) ([e3a9a3a](https://github.com/verdaccio/generator-verdaccio-plugin/commit/e3a9a3a6be98d6eabaf740369819baa977999d7b))
24+
* upgrade yeoman-generator from 4.4.0 to 4.5.0 ([#23](https://github.com/verdaccio/generator-verdaccio-plugin/issues/23)) ([6f3cffa](https://github.com/verdaccio/generator-verdaccio-plugin/commit/6f3cffab99ef5eb0e6bc2bcfdd5ab118f9c83022))
25+
526
### [1.1.5](https://github.com/verdaccio/generator-verdaccio-plugin/compare/v1.1.4...v1.1.5) (2019-12-26)
627

728

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-verdaccio-plugin",
3-
"version": "1.1.5",
3+
"version": "2.0.0",
44
"description": "plugin generator for verdaccio",
55
"homepage": "https://github.com/verdaccio",
66
"author": {

0 commit comments

Comments
 (0)