Skip to content

Commit 69e1734

Browse files
committed
chore(release): v1.2.0
1 parent dd09633 commit 69e1734

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
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.2.0
6+
7+
[compare changes](https://github.com/Hrdtr/nuxt-appwrite/compare/v1.1.1...v1.2.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Add locale configuration support for Appwrite client ([902d2db](https://github.com/Hrdtr/nuxt-appwrite/commit/902d2db))
12+
13+
### 📖 Documentation
14+
15+
- Add locale configuration option to README ([384de25](https://github.com/Hrdtr/nuxt-appwrite/commit/384de25))
16+
17+
### 🏡 Chore
18+
19+
- **release:** V1.1.1 ([e156dd7](https://github.com/Hrdtr/nuxt-appwrite/commit/e156dd7))
20+
- Deps update ([a96302d](https://github.com/Hrdtr/nuxt-appwrite/commit/a96302d))
21+
22+
### 🤖 CI
23+
24+
- Force reinstall corepack on action workflows ([17a23f1](https://github.com/Hrdtr/nuxt-appwrite/commit/17a23f1))
25+
- Use pnpm setup action ([dd09633](https://github.com/Hrdtr/nuxt-appwrite/commit/dd09633))
26+
27+
### ❤️ Contributors
28+
29+
- Herdi Tr ([@Hrdtr](https://github.com/Hrdtr))
30+
- Rtrap95 ([@rtrap95](https://github.com/rtrap95))
31+
- Herdi Tr. ([@Hrdtr](https://github.com/Hrdtr))
32+
533
## v1.1.1
634

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

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.1",
3+
"version": "1.2.0",
44
"description": "Easily connect Appwrite to Nuxt",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)