Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjzhang1993 committed Dec 23, 2020
1 parent 8ba5d97 commit 608e85b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

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.

## [2.0.0](https://github.com/mjzhang1993/lerna-test/compare/v0.1.3...v2.0.0) (2020-12-23)


### ⚠ BREAKING CHANGES

* **package-1:** describe the change

### Features

* test lint ([8ba5d97](https://github.com/mjzhang1993/lerna-test/commit/8ba5d97093fd2eb6afeebed2e5293ac3c7c05450))


### build

* **package-1:** 测试 commit ([ff4a9f5](https://github.com/mjzhang1993/lerna-test/commit/ff4a9f5b61cb21706b15f65b9228e292192b9d2a)), closes [#123](https://github.com/mjzhang1993/lerna-test/issues/123)
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lerna-test",
"version": "1.0.0",
"version": "2.0.0",
"private": true,
"repository": "[email protected]:mjzhang1993/lerna-test.git",
"author": "mjzhang1993 <[email protected]>",
Expand All @@ -11,7 +11,8 @@
"lerna:publish": "lerna publish",
"lerna": "lerna",
"clean": "lerna clean && rm -rf ./node_modules",
"cz": "cz"
"cz": "cz",
"release": "standard-version"
},
"workspaces": [
"packages/*"
Expand All @@ -22,7 +23,8 @@
"commitizen": "^4.2.2",
"cz-emoji": "^1.3.1",
"husky": "^4.3.6",
"lerna": "^3.22.1"
"lerna": "^3.22.1",
"standard-version": "^9.0.0"
},
"main": "index.js",
"config": {
Expand Down

0 comments on commit 608e85b

Please sign in to comment.