Skip to content

Commit 8369e20

Browse files
chore(release): 0.1.2
## [0.1.2](v0.1.1...v0.1.2) (2026-01-31) ### ♻️ Refactoring * **react:** update to React v19 ([3c06fa9](3c06fa9))
1 parent 3c06fa9 commit 8369e20

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.1.2](https://github.com/bauer-group/SEC-GoogleAuthenticatorExportDecoder/compare/v0.1.1...v0.1.2) (2026-01-31)
2+
3+
### ♻️ Refactoring
4+
5+
* **react:** update to React v19 ([3c06fa9](https://github.com/bauer-group/SEC-GoogleAuthenticatorExportDecoder/commit/3c06fa909107eacf5f8b0f9edb64c95ab7c9e59d))
6+
17
## [0.1.1](https://github.com/bauer-group/SEC-GoogleAuthenticatorExportDecoder/compare/v0.1.0...v0.1.1) (2026-01-31)
28

39
### 🐛 Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-authenticator-export-decoder",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"description": "PWA to scan Google Authenticator export QR codes and export TOTP secrets to CSV, JSON, or Bitwarden format",
55
"author": "Karl Bauer <karl.bauer@bauer-group.com>",
66
"license": "MIT",
@@ -10,16 +10,16 @@
1010
"node": ">=24.0.0"
1111
},
1212
"scripts": {
13-
"dev": "npx vite",
14-
"build": "npx tsc --noEmit && npx vite build",
15-
"preview": "npx vite preview",
16-
"test": "npx vitest",
17-
"test:run": "npx vitest run",
18-
"test:coverage": "npx vitest run --coverage",
19-
"type-check": "npx tsc --noEmit",
20-
"clean": "npx rimraf dist node_modules/.vite",
21-
"generate-icons": "node scripts/generate-icons.mjs"
22-
},
13+
"dev": "npx vite",
14+
"build": "npx tsc --noEmit && npx vite build",
15+
"preview": "npx vite preview",
16+
"test": "npx vitest",
17+
"test:run": "npx vitest run",
18+
"test:coverage": "npx vitest run --coverage",
19+
"type-check": "npx tsc --noEmit",
20+
"clean": "npx rimraf dist node_modules/.vite",
21+
"generate-icons": "node scripts/generate-icons.mjs"
22+
},
2323
"keywords": [
2424
"2fa",
2525
"google",

0 commit comments

Comments
 (0)