Skip to content

Commit

Permalink
📦 v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
d2FuZ3h1ZG9uZw committed Jul 22, 2022
1 parent 7ab0e0f commit eac5826
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog

<a name="0.0.4"></a>
## 0.0.4 (2022-07-10)
<a name="0.0.5"></a>
## 0.0.5 (2022-07-22)

### Added

- 🔊 v0.0.4 [[a26bc17](https://github.com/echoeureka/hitokoto/commit/a26bc171c00de621d2e6255318104fa8cff701f1)]

### Changed

- 🍱 icon color upd [[7ab0e0f](https://github.com/echoeureka/hitokoto/commit/7ab0e0fd3ac6620bd8ec340ec8d774c0827d01e2)]
- 🔧 support resolveJsonModule [[7252679](https://github.com/echoeureka/hitokoto/commit/7252679c571a40218e120d63e31c838fd688fc38)]

### Removed

Expand Down
Binary file modified dist/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Hitokoto",
"version": "0.0.2",
"version": "0.0.5",
"chrome_url_overrides": {
"newtab": "index.html"
},
Expand Down
8 changes: 5 additions & 3 deletions manifest.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import { ManifestV3Export } from '@crxjs/vite-plugin'

import { version, displayName as name } from './package.json'

const manifest: ManifestV3Export = {
manifest_version: 3,
name: 'Hitokoto',
version: '0.0.2',
name,
version,
chrome_url_overrides: {
newtab: 'index.html'
},
Expand All @@ -12,7 +14,7 @@ const manifest: ManifestV3Export = {
'32': 'icon.png',
'48': 'icon.png',
'128': 'icon.png'
},
}
}

export default manifest
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "hitokoto",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"displayName": "Hitokoto",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -22,4 +23,4 @@
"typescript": "^4.6.3",
"vite": "^2.9.9"
}
}
}

1 comment on commit eac5826

@vercel
Copy link

@vercel vercel bot commented on eac5826 Jul 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hitokoto – ./

hitokoto1.vercel.app
hitokoto-git-master-echoeureka.vercel.app
hitokoto-echoeureka.vercel.app

Please sign in to comment.