Skip to content

Commit e156dd7

Browse files
committed
chore(release): v1.1.1
1 parent 24f46c8 commit e156dd7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.1
6+
7+
[compare changes](https://github.com/Hrdtr/nuxt-appwrite/compare/v1.1.0...v1.1.1)
8+
9+
### 🩹 Fixes
10+
11+
- Augment `vue` rather than `@vue/runtime-core` ([50ea330](https://github.com/Hrdtr/nuxt-appwrite/commit/50ea330))
12+
- Update to latest `@nuxt/module-builder` ([22a03e2](https://github.com/Hrdtr/nuxt-appwrite/commit/22a03e2))
13+
14+
### 🏡 Chore
15+
16+
- Deps update, appwrite sdk v15 ([0c0688a](https://github.com/Hrdtr/nuxt-appwrite/commit/0c0688a))
17+
18+
### ❤️ Contributors
19+
20+
- Herdi Tr. ([@Hrdtr](http://github.com/Hrdtr))
21+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
22+
523
## v1.1.0
624

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

package.json

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

0 commit comments

Comments
 (0)