Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-10-20)

### Bug Fixes

* add documentation and license ([41e7321](41e7321))
* break to functions and write unit tests ([d211fb0](d211fb0))

### Features

* add line number to comments ([d6d3896](d6d3896))
* **ci:** add semantic release versioning and gh actions ([83f2219](83f2219))
* implement basic functionality ([ac1dd2a](ac1dd2a))
  • Loading branch information
semantic-release-bot committed Oct 20, 2021
1 parent d6d3896 commit eddb1d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 1.0.0 (2021-10-20)


### Bug Fixes

* add documentation and license ([41e7321](https://github.com/gkampitakis/github-action-todo-commenter/commit/41e73219e9fd9528aa54909be48765d48bae1d09))
* break to functions and write unit tests ([d211fb0](https://github.com/gkampitakis/github-action-todo-commenter/commit/d211fb001b93762b10278ce4f66bccf39f2b2a8f))


### Features

* add line number to comments ([d6d3896](https://github.com/gkampitakis/github-action-todo-commenter/commit/d6d38962734f74cef9a53163200b33a3eaebb03f))
* **ci:** add semantic release versioning and gh actions ([83f2219](https://github.com/gkampitakis/github-action-todo-commenter/commit/83f2219f4d3e65ccb438929a6dd31b07ccfc9b20))
* implement basic functionality ([ac1dd2a](https://github.com/gkampitakis/github-action-todo-commenter/commit/ac1dd2a7f9d5342838ef692b82c4f340024a5b26))
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

0 comments on commit eddb1d2

Please sign in to comment.