Skip to content

Commit

Permalink
Merge pull request #110 from nasum/master
Browse files Browse the repository at this point in the history
release 2020-09-21-23-05
  • Loading branch information
nasum authored Sep 21, 2020
2 parents b56ff80 + e098bb6 commit 268a50e
Show file tree
Hide file tree
Showing 5 changed files with 26 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"
}
1 change: 1 addition & 0 deletions packages/todo-cli/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
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
5 changes: 4 additions & 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 All @@ -11,6 +11,9 @@
"dev": "ts-node ./src/todo.ts",
"build": "rollup -c"
},
"files": [
"dist"
],
"repository": "ssh://[email protected]/nasum/todo-tools.git",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand Down

0 comments on commit 268a50e

Please sign in to comment.