Skip to content

Commit f2d2d61

Browse files
committed
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2020-09-18) ### Bug Fixes * **executor:** set default value of env in execute ([555faf9](555faf9)) * **README.md:** updated cli args description ([8812bac](8812bac))
1 parent 555faf9 commit f2d2d61

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.1](https://github.com/qiwi/buildstamp/compare/v1.0.0...v1.0.1) (2020-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **executor:** set default value of env in execute ([555faf9](https://github.com/qiwi/buildstamp/commit/555faf952c99cc7ee9e44de62789853460b4fc63))
7+
* **README.md:** updated cli args description ([8812bac](https://github.com/qiwi/buildstamp/commit/8812bac8585ffef909b80e443861c0ce475f7dd0))
8+
19
# 1.0.0 (2020-09-05)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buildstamp",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)