Skip to content

Commit

Permalink
Merge pull request #1 from ryohidaka/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--chrome-badge

chore(main): release 1.0.0
  • Loading branch information
ryohidaka authored Jan 29, 2024
2 parents d83709b + 8c66fed commit 4eabb4e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## 1.0.0 (2024-01-29)


### Features

* Add function to wrap getBadge. ([269f6ab](https://github.com/ryohidaka/chrome-badge/commit/269f6ab452e03408736a327bb20672d1b9ce701d))
* Add function to wrap setBadge. ([d9c4bd2](https://github.com/ryohidaka/chrome-badge/commit/d9c4bd2ad2a684cf73a5b1b2f5345763b7bfc0a4))
* Add tests. ([4f40262](https://github.com/ryohidaka/chrome-badge/commit/4f40262fe67dfbd1ee8f08b10a2de54601fc708c))
* Install chrome. ([e7aa448](https://github.com/ryohidaka/chrome-badge/commit/e7aa4483244fb9964aace5ed6e1eaf57067afdca))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-badge",
"version": "0.1.0",
"version": "1.0.0",
"description": "Helper for displaying badges in chrome.action API.",
"keywords": [
"chrome",
Expand Down

0 comments on commit 4eabb4e

Please sign in to comment.