Skip to content

Commit

Permalink
chore(release): v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacicada committed Dec 1, 2023
1 parent 5bd2353 commit 31eccd4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.0.2

[compare changes](https://github.com/wefixers/stripe-js/compare/v0.0.1...v0.0.2)

### 🏡 Chore

- Update ESLint configuration and dependencies ([ae8b133](https://github.com/wefixers/stripe-js/commit/ae8b133))
- Update @stripe/stripe-js to ^2.0.0 ([5bd2353](https://github.com/wefixers/stripe-js/commit/5bd2353))

### ❤️ Contributors

- Lucacicada

## v0.0.1

First Release
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fixers/stripe-js",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"description": "Naked loading wrapper for Stripe.js ",
"author": "Luca <git@lucacicada.me>",
"license": "MIT",
Expand Down Expand Up @@ -43,4 +43,4 @@
"typescript": "^5.3.2",
"unbuild": "^2.0.0"
}
}
}

0 comments on commit 31eccd4

Please sign in to comment.