Skip to content

Commit d3bf49b

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2020-11-29) ### Features * **cli:** add `--all` option for `list` ([9d67882](9d67882)) * **cli:** add `--json` option for `list` ([8981d23](8981d23)) * **cli:** add `--min` `--max` option for `list` ([2a42019](2a42019)) * **cli:** add `--versions` option for `list` ([643fc60](643fc60)) * get unity changeset (alpha) ([2fd12c4](2fd12c4))
1 parent 501f5d2 commit d3bf49b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [1.1.0](https://github.com/mob-sakai/unity-changeset/compare/v1.0.0...v1.1.0) (2020-11-29)
2+
3+
4+
### Features
5+
6+
* **cli:** add `--all` option for `list` ([9d67882](https://github.com/mob-sakai/unity-changeset/commit/9d67882d7821f7ab50dad46132498f9bcfe5128f))
7+
* **cli:** add `--json` option for `list` ([8981d23](https://github.com/mob-sakai/unity-changeset/commit/8981d23a12ac7e8b3ad0cd16503e325566617347))
8+
* **cli:** add `--min` `--max` option for `list` ([2a42019](https://github.com/mob-sakai/unity-changeset/commit/2a42019a43bb0a3f93a74b920c5b2f4b8e5df30f))
9+
* **cli:** add `--versions` option for `list` ([643fc60](https://github.com/mob-sakai/unity-changeset/commit/643fc60e3c7f09aef00b96f7e2e2c6fda3ae703c))
10+
* get unity changeset (alpha) ([2fd12c4](https://github.com/mob-sakai/unity-changeset/commit/2fd12c4212c1ca13c03c86004f83172ae9d0e5ef))
11+
112
# 1.0.0 (2020-11-27)
213

314

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unity-changeset",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Get/List Unity changeset",
55
"license": "MIT",
66
"engines": {

0 commit comments

Comments
 (0)