Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#25)
Browse files Browse the repository at this point in the history
* chore(main): release 0.2.1

---------

Co-authored-by: hamakou108-hama-color[bot] <137459704+hamakou108-hama-color[bot]@users.noreply.github.com>
Co-authored-by: hamakou108 <[email protected]>
  • Loading branch information
hamakou108-hama-color[bot] and hamakou108 authored Jun 25, 2023
1 parent de6de7b commit cd778c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## [0.2.1](https://github.com/hamakou108/hama-color/compare/v0.2.0...v0.2.1) (2023-06-25)

### Features

- toggle color frame ([#24](https://github.com/hamakou108/hama-color/issues/24)) ([de6de7b](https://github.com/hamakou108/hama-color/commit/de6de7b93cf7e4f4efd63224a99aefa08bb8f01a))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hama-color",
"version": "0.2.0",
"version": "0.2.1",
"description": "Change screen edge color by URL",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const manifest = defineManifest({
manifest_version: 3,
name: 'HamaColor',
description: 'Change screen edge color by URL',
version: '0.2.0',
version: '0.2.1',
permissions: ['storage', 'activeTab', 'scripting'],
host_permissions: ['*://*/*'],
background: {
Expand Down

0 comments on commit cd778c9

Please sign in to comment.