Skip to content

Commit 4585594

Browse files
committed
chore(release): v1.1.0
1 parent e3d6c67 commit 4585594

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22

33
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.
44

5+
## v1.1.0
6+
7+
[compare changes](https://github.com/Hrdtr/nuxt-appwrite/compare/v1.0.8...v1.1.0)
8+
9+
### 🚀 Enhancements
10+
11+
- ⚠️ Appwrite sdk v14 update & include appwrite messaging client ([d8eec4e](https://github.com/Hrdtr/nuxt-appwrite/commit/d8eec4e))
12+
13+
### 📖 Documentation
14+
15+
- Use new `nuxi module add` command in installation ([b0be6c4](https://github.com/Hrdtr/nuxt-appwrite/commit/b0be6c4))
16+
17+
### 🏡 Chore
18+
19+
- Add ci workflow ([280a034](https://github.com/Hrdtr/nuxt-appwrite/commit/280a034))
20+
- Add issue & pr template ([57855e2](https://github.com/Hrdtr/nuxt-appwrite/commit/57855e2))
21+
- Deps update ([d4089b4](https://github.com/Hrdtr/nuxt-appwrite/commit/d4089b4))
22+
- **release:** V1.0.8 ([c6033d7](https://github.com/Hrdtr/nuxt-appwrite/commit/c6033d7))
23+
- Deps update ([4c6dcd7](https://github.com/Hrdtr/nuxt-appwrite/commit/4c6dcd7))
24+
- Eslint configuration update ([c3905e3](https://github.com/Hrdtr/nuxt-appwrite/commit/c3905e3))
25+
26+
### 🎨 Styles
27+
28+
- Lint fix ([5d3d05a](https://github.com/Hrdtr/nuxt-appwrite/commit/5d3d05a))
29+
30+
### 🤖 CI
31+
32+
- Run dev prepare script after install ([2cf8ea8](https://github.com/Hrdtr/nuxt-appwrite/commit/2cf8ea8))
33+
34+
#### ⚠️ Breaking Changes
35+
36+
- ⚠️ Appwrite sdk v14 update & include appwrite messaging client ([d8eec4e](https://github.com/Hrdtr/nuxt-appwrite/commit/d8eec4e))
37+
38+
### ❤️ Contributors
39+
40+
- Herdi Tr. <iam@icm.hrdtr.dev>
41+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
42+
- Herdi Tr ([@Hrdtr](http://github.com/Hrdtr))
43+
544
## v1.0.8
645

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-appwrite",
3-
"version": "1.0.8",
3+
"version": "1.1.0",
44
"description": "Easily connect Appwrite to Nuxt",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)