Skip to content

Commit 3d8f3a1

Browse files
committed
v1.1.3
1 parent bb62eb4 commit 3d8f3a1

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v1.1.3
4+
5+
[compare changes](https://github.com/azabroflovski/mxik/compare/v1.1.2...v1.1.3)
6+
7+
### 🚀 Enhancements
8+
9+
- Add documentation (powered by vitepress) ([1e917e7](https://github.com/azabroflovski/mxik/commit/1e917e7))
10+
11+
### 🩹 Fixes
12+
13+
- **deploy:** Use bun instead node (in ci) ([8c32c7f](https://github.com/azabroflovski/mxik/commit/8c32c7f))
14+
- **deploy:** Set vitepress base options (for correct assets path) ([bb62eb4](https://github.com/azabroflovski/mxik/commit/bb62eb4))
15+
16+
### 🏡 Chore
17+
18+
- Configure docs ci/cd ([44c2f69](https://github.com/azabroflovski/mxik/commit/44c2f69))
19+
20+
### ❤️ Contributors
21+
22+
- azabroflovski <azabroflovski@gmail.com>
23+
324
## v1.1.2
425

526
[compare changes](https://github.com/azabroflovski/mxik/compare/v1.1.1...v1.1.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"soliq.uz",
1111
"soliq"
1212
],
13-
"version": "1.1.2",
13+
"version": "1.1.3",
1414
"type": "module",
1515
"scripts": {
1616
"build": "bun test && tsc",

0 commit comments

Comments
 (0)