Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuentesloic committed Jun 25, 2023
1 parent b93dea5 commit e6363a0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
- Loïc Fuentes ([@fuentesloic](http://github.com/fuentesloic))
- Giraud Florent <florent giraud>

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -45,4 +45,4 @@
"typescript": "^5.1.3",
"vitest": "^0.31.4"
}
}
}

0 comments on commit e6363a0

Please sign in to comment.