Skip to content

Commit d8c55ba

Browse files
committed
chore(release): v0.1.5
1 parent af369d6 commit d8c55ba

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Test
3636
run: pnpm run test
3737

38+
- name: Test (vue)
39+
run: pnpm run test:vue
40+
3841
- name: Build
3942
run: pnpm build
4043

CHANGELOG.md

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

3+
## 0.1.5 (2025-01-31)
4+
5+
### Features
6+
* **unplugin:** expose options for embedded plugins, throw warnings for duplication
7+
8+
### Bug Fixes
9+
10+
* **test-vue:** improve
11+
12+
### Docs
13+
14+
* **Toast:** improve
15+
* **Progress:** improve
16+
317
## 0.1.4 (2025-01-30)
418

519
### Docs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bitrix24/b24ui-nuxt",
33
"description": "Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"packageManager": "[email protected]",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)