Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrdtr committed May 1, 2024
1 parent e3d6c67 commit 4585594
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v1.1.0

[compare changes](https://github.com/Hrdtr/nuxt-appwrite/compare/v1.0.8...v1.1.0)

### 🚀 Enhancements

- ⚠️ Appwrite sdk v14 update & include appwrite messaging client ([d8eec4e](https://github.com/Hrdtr/nuxt-appwrite/commit/d8eec4e))

### 📖 Documentation

- Use new `nuxi module add` command in installation ([b0be6c4](https://github.com/Hrdtr/nuxt-appwrite/commit/b0be6c4))

### 🏡 Chore

- Add ci workflow ([280a034](https://github.com/Hrdtr/nuxt-appwrite/commit/280a034))
- Add issue & pr template ([57855e2](https://github.com/Hrdtr/nuxt-appwrite/commit/57855e2))
- Deps update ([d4089b4](https://github.com/Hrdtr/nuxt-appwrite/commit/d4089b4))
- **release:** V1.0.8 ([c6033d7](https://github.com/Hrdtr/nuxt-appwrite/commit/c6033d7))
- Deps update ([4c6dcd7](https://github.com/Hrdtr/nuxt-appwrite/commit/4c6dcd7))
- Eslint configuration update ([c3905e3](https://github.com/Hrdtr/nuxt-appwrite/commit/c3905e3))

### 🎨 Styles

- Lint fix ([5d3d05a](https://github.com/Hrdtr/nuxt-appwrite/commit/5d3d05a))

### 🤖 CI

- Run dev prepare script after install ([2cf8ea8](https://github.com/Hrdtr/nuxt-appwrite/commit/2cf8ea8))

#### ⚠️ Breaking Changes

- ⚠️ Appwrite sdk v14 update & include appwrite messaging client ([d8eec4e](https://github.com/Hrdtr/nuxt-appwrite/commit/d8eec4e))

### ❤️ Contributors

- Herdi Tr. <[email protected]>
- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Herdi Tr ([@Hrdtr](http://github.com/Hrdtr))

## v1.0.8

[compare changes](https://github.com/Hrdtr/nuxt-appwrite/compare/v1.0.7...v1.0.8)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-appwrite",
"version": "1.0.8",
"version": "1.1.0",
"description": "Easily connect Appwrite to Nuxt",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 4585594

Please sign in to comment.