Skip to content

Commit

Permalink
chore(master): release 0.1.0 (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 13, 2023
1 parent 294f45f commit 36164c3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "0.1.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [0.1.0](https://github.com/ueokande/vimmatic/compare/v0.0.1...v0.1.0) (2023-03-13)


### Features

* chromium support ([#78](https://github.com/ueokande/vimmatic/issues/78)) ([7289915](https://github.com/ueokande/vimmatic/commit/7289915084e8e3a1c676e83694858749c0b954eb))
* update branding ([#79](https://github.com/ueokande/vimmatic/issues/79)) ([958cf46](https://github.com/ueokande/vimmatic/commit/958cf46927fed55df8f8d592fdf33efd444c4679))


### Bug Fixes

* content messaging ([#81](https://github.com/ueokande/vimmatic/issues/81)) ([a8ef280](https://github.com/ueokande/vimmatic/commit/a8ef280c11e0a9cd3d8526409af7dc3719233ded))
* debugging messaging ([#82](https://github.com/ueokande/vimmatic/issues/82)) ([2adcabb](https://github.com/ueokande/vimmatic/commit/2adcabb9d8664a943b9ac9c7314f7b475c3ed8d8))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vimmatic",
"description": "vimmatic",
"version": "0.0.1",
"version": "0.1.0",
"scripts": {
"start": "NODE_ENV=development nodemon --watch ./src --ext js,jsx,ts,tsx,css,html,json script/build",
"clean": "rm -rf ./dist",
Expand Down

0 comments on commit 36164c3

Please sign in to comment.