Skip to content

Commit f0c5b24

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2020-11-30) ### Bug Fixes * **cli:** get the package version from `package.json` ([00f54ad](00f54ad)) * `--max` option considers minor, patch and suffix ([8c51587](8c51587)) ### Features * **cli:** add `--minor-versions` option for `list` ([f0062cb](f0062cb)) * **cli:** add `--pretty-json` option for `list` ([cf45429](cf45429))
1 parent 00f54ad commit f0c5b24

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.3.0](https://github.com/mob-sakai/unity-changeset/compare/v1.2.0...v1.3.0) (2020-11-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **cli:** get the package version from `package.json` ([00f54ad](https://github.com/mob-sakai/unity-changeset/commit/00f54ad0517c08f527ebc4bc0f279008b84b1895))
7+
* `--max` option considers minor, patch and suffix ([8c51587](https://github.com/mob-sakai/unity-changeset/commit/8c51587ccb8196d526ee16edbc09348f1750c4b1))
8+
9+
10+
### Features
11+
12+
* **cli:** add `--minor-versions` option for `list` ([f0062cb](https://github.com/mob-sakai/unity-changeset/commit/f0062cba981db747226b324c930e21c1405abc53))
13+
* **cli:** add `--pretty-json` option for `list` ([cf45429](https://github.com/mob-sakai/unity-changeset/commit/cf45429e386bb41b544e7e1a0b6fc245152ba962))
14+
115
# [1.2.0](https://github.com/mob-sakai/unity-changeset/compare/v1.1.0...v1.2.0) (2020-11-29)
216

317

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unity-changeset",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Get/List Unity changeset",
55
"license": "MIT",
66
"engines": {

0 commit comments

Comments
 (0)