Skip to content

Commit

Permalink
chore(release): v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SchnapsterDog committed Sep 25, 2024
1 parent cb94a9a commit 8338fcd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@

# Changelog

## v0.2.5

[compare changes](https://github.com/schnapsterdog/nuxt-chatgpt/compare/v0.2.4...v0.2.5)

### 🚀 Enhancements

- Created generateImage feature through open ai dale models ([da104a2](https://github.com/schnapsterdog/nuxt-chatgpt/commit/da104a2))
- Updated default map inside model-map ([6792040](https://github.com/schnapsterdog/nuxt-chatgpt/commit/6792040))
- Updated keyworks in package.json file ([39d2806](https://github.com/schnapsterdog/nuxt-chatgpt/commit/39d2806))

### 📖 Documentation

- Updated Readme.md file ([cb94a9a](https://github.com/schnapsterdog/nuxt-chatgpt/commit/cb94a9a))

### ❤️ Contributors

- Schnapsterdog <[email protected]>

## v0.2.4

[compare changes](https://github.com/schnapsterdog/nuxt-chatgpt/compare/v0.2.3...v0.2.4)
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": "nuxt-chatgpt",
"version": "0.2.4",
"version": "0.2.5",
"description": "ChatGPT integration for Nuxt 3",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -49,7 +49,7 @@
"dev:generate": "nuxi generate playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev:preview": "nuxi preview playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release --minor && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
Expand Down

0 comments on commit 8338fcd

Please sign in to comment.