Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nasum committed Sep 21, 2020
1 parent 9cab7f8 commit e098bb6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/nasum/todo-tools/compare/v0.2.0...v0.2.1) (2020-09-21)


### Bug Fixes

* fix ci ([2719d5b](https://github.com/nasum/todo-tools/commit/2719d5bf1e660b3fec6a6388956b0f63135108b3))
* fix release ci ([5610ad1](https://github.com/nasum/todo-tools/commit/5610ad15b3fdf74fadd1eb14c4bcc98f394f7062))





# [0.2.0](https://github.com/nasum/todo-tools/compare/v0.1.0...v0.2.0) (2020-09-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"registry": "https://npm.pkg.github.com"
}
},
"version": "0.2.0"
"version": "0.2.1"
}
8 changes: 8 additions & 0 deletions packages/todo-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/nasum/todo-tools/compare/v0.2.0...v0.2.1) (2020-09-21)

**Note:** Version bump only for package @nasum/todo-cli





# [0.2.0](https://github.com/nasum/todo-tools/compare/v0.1.0...v0.2.0) (2020-09-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/todo-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nasum/todo-cli",
"version": "0.2.0",
"version": "0.2.1",
"main": "index.js",
"bin": {
"todo": "dist/todo.js"
Expand Down

0 comments on commit e098bb6

Please sign in to comment.