From e156dd7fe0c078b6c638ff835285ac828fb41c09 Mon Sep 17 00:00:00 2001 From: "Herdi Tr." Date: Tue, 27 Aug 2024 23:28:59 +0700 Subject: [PATCH] chore(release): v1.1.1 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e6c8a0..a55afb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.1 + +[compare changes](https://github.com/Hrdtr/nuxt-appwrite/compare/v1.1.0...v1.1.1) + +### 🩹 Fixes + +- Augment `vue` rather than `@vue/runtime-core` ([50ea330](https://github.com/Hrdtr/nuxt-appwrite/commit/50ea330)) +- Update to latest `@nuxt/module-builder` ([22a03e2](https://github.com/Hrdtr/nuxt-appwrite/commit/22a03e2)) + +### 🏡 Chore + +- Deps update, appwrite sdk v15 ([0c0688a](https://github.com/Hrdtr/nuxt-appwrite/commit/0c0688a)) + +### ❤️ Contributors + +- Herdi Tr. ([@Hrdtr](http://github.com/Hrdtr)) +- Daniel Roe ([@danielroe](http://github.com/danielroe)) + ## v1.1.0 [compare changes](https://github.com/Hrdtr/nuxt-appwrite/compare/v1.0.8...v1.1.0) diff --git a/package.json b/package.json index 892769e..495b8fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-appwrite", - "version": "1.1.0", + "version": "1.1.1", "description": "Easily connect Appwrite to Nuxt", "license": "MIT", "author": {