Skip to content

Commit

Permalink
chore(release): bump vertion to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Jun 12, 2021
1 parent 350b011 commit 498aa22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,4 @@
## [1.0.4] - 2021-06-12
### Fixed
- Fix [#1](https://github.com/crimx/webextension-store-meta/issues/1) by adding domutils to dependencies.
This is due to this [PR](https://github.com/badges/shields/pull/5697) in which I used undocumented way to import domutils API for performance reason. Domutils v2 does not seem to have this issue anymore as the code is more modular and cleaner.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "webextension-store-meta",
"version": "1.0.3",
"version": "1.0.4",
"description": "Get browser extension(webextension) item meta from Chrome Web Store and Firefox add-ons.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 498aa22

Please sign in to comment.