Compare commits

..

2 Commits

Author SHA1 Message Date
github-actions[bot] b02001796e chore(release): @wxt-dev/storage v1.2.4
📼 VHS / Create VHS (push) Waiting to run
2025-10-13 02:46:42 +00:00
Aaron 0d4d2fdd7e ci: Print NPM version 2025-10-12 21:42:15 -05:00
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -50,6 +50,9 @@ jobs:
- name: Update NPM
run: sudo npm i -g npm@latest
- name: Print NPM Version
run: npm --version
- name: Configure Git
run: |
git config user.name 'github-actions[bot]'
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## v1.2.4
[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.2.3...storage-v1.2.4)
## v1.2.3
[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.2.2...storage-v1.2.3)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@wxt-dev/storage",
"description": "Web extension storage API provided by WXT, supports all browsers.",
"version": "1.2.3",
"version": "1.2.4",
"type": "module",
"repository": {
"type": "git",