diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..87a849f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,44 @@ +# Changelog + + +## v1.1.0 + + +### 🚀 Enhancements + + - Adding typing for server side ([bc6ec38](https://github.com/fuentesloic/nuxt3-stripe/commit/bc6ec38)) + - Adding license ([e267906](https://github.com/fuentesloic/nuxt3-stripe/commit/e267906)) + - Remove locale ([#8](https://github.com/fuentesloic/nuxt3-stripe/pull/8)) + - Client playground UI ([#10](https://github.com/fuentesloic/nuxt3-stripe/pull/10)) + +### 🩹 Fixes + + - Add alias via tsConfig paths ([#9](https://github.com/fuentesloic/nuxt3-stripe/pull/9)) + +### 💅 Refactors + + - Use template dst to define the final path ([a1584df](https://github.com/fuentesloic/nuxt3-stripe/commit/a1584df)) + +### 📖 Documentation + + - Update documentation ([1e5c0aa](https://github.com/fuentesloic/nuxt3-stripe/commit/1e5c0aa)) + +### 🏡 Chore + + - Initial commit ([f1cee19](https://github.com/fuentesloic/nuxt3-stripe/commit/f1cee19)) + - Adding code of conduct ([873d054](https://github.com/fuentesloic/nuxt3-stripe/commit/873d054)) + - Adding runtime transpilationg ([757a586](https://github.com/fuentesloic/nuxt3-stripe/commit/757a586)) + - Updating path and runtime folders ([6d4fa8d](https://github.com/fuentesloic/nuxt3-stripe/commit/6d4fa8d)) + - Fix path of import ([926d239](https://github.com/fuentesloic/nuxt3-stripe/commit/926d239)) + - Clean imports ([bc3a877](https://github.com/fuentesloic/nuxt3-stripe/commit/bc3a877)) + - Cleanup defu ([204483d](https://github.com/fuentesloic/nuxt3-stripe/commit/204483d)) + - Updating type definition with add template ([0c80308](https://github.com/fuentesloic/nuxt3-stripe/commit/0c80308)) + - Update package name ([b93dea5](https://github.com/fuentesloic/nuxt3-stripe/commit/b93dea5)) + +### ❤️ Contributors + +- Loic Fuentes ([@fuentesloic](http://github.com/fuentesloic)) +- Daniel Roe +- Loïc Fuentes ([@fuentesloic](http://github.com/fuentesloic)) +- Giraud Florent + diff --git a/package.json b/package.json index f4ca03c..16cf553 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt3-stripe", - "version": "1.0.0", + "version": "1.1.0", "description": "Nuxt module for stripe", "repository": "https://github.com/fuentesloic/nuxt3-stripe", "license": "MIT", @@ -45,4 +45,4 @@ "typescript": "^5.1.3", "vitest": "^0.31.4" } -} +} \ No newline at end of file