Skip to content

Commit

Permalink
chore(release): v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flozero committed Apr 15, 2024
1 parent a774ff2 commit e3113e5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## v2.1.0

[compare changes](https://github.com/fuentesloic/nuxt-stripe/compare/v2.0.0...v2.1.0)

### 🚀 Enhancements

- Upgrade general versions of all stripe dependencies and others ([#29](https://github.com/fuentesloic/nuxt-stripe/pull/29))

### 📖 Documentation

- Use new `nuxi module add` command in installation ([#28](https://github.com/fuentesloic/nuxt-stripe/pull/28))

### 🏡 Chore

- **release:** V2.0.0 ([41bd7a4](https://github.com/fuentesloic/nuxt-stripe/commit/41bd7a4))
- **release:** V3.0.0 ([78032fc](https://github.com/fuentesloic/nuxt-stripe/commit/78032fc))
- Update package version to correct version ([229f26a](https://github.com/fuentesloic/nuxt-stripe/commit/229f26a))
- Fix changelog ([658c69a](https://github.com/fuentesloic/nuxt-stripe/commit/658c69a))

### ❤️ Contributors

- Florent Giraud ([@flozero](http://github.com/flozero))
- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Giraud Florent <florent giraud>

## v2.0.0

[compare changes](https://github.com/fuentesloic/nuxt-stripe/compare/v1.1.2...v2.0.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlok-co/nuxt-stripe",
"version": "2.0.0",
"version": "2.1.0",
"description": "Nuxt module for stripe",
"repository": "https://github.com/fuentesloic/nuxt-stripe",
"license": "MIT",
Expand Down Expand Up @@ -52,4 +52,4 @@
"typescript": "^5.4.5",
"vitest": "^1.5.0"
}
}
}

0 comments on commit e3113e5

Please sign in to comment.