Skip to content

Commit ce1df81

Browse files
committed
chore: new version 0.10.1 [skip ci]
1 parent 6d35354 commit ce1df81

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.10.1](https://github.com/adhocore/please/releases/tag/0.10.1) (2019-09-28)
2+
3+
### Bug Fixes
4+
- Add labels for missing commit types (Jitendra Adhikari) [_6d35354_](https://github.com/adhocore/please/commit/6d35354)
5+
6+
17
## [0.10.0](https://github.com/adhocore/please/releases/tag/0.10.0) (2019-09-27)
28

39
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.10.1

please

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ update()
126126
ok " Done [${NEWVER}]" 0
127127
}
128128
129-
version() { echo v0.10.0; }
129+
version() { echo v0.10.1; }
130130
131131
# get box.phar path
132132
get-box()

0 commit comments

Comments
 (0)