Skip to content

Commit 2b82376

Browse files
committed
chore(release): 1.1.0-rc.1
1 parent 3d1b35f commit 2b82376

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,48 @@
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-
## 1.1.0-rc.0 (2022-08-23)
5+
## 1.1.0-rc.1 (2022-08-23)
6+
7+
### Bug Fixes
68

9+
* **ci:** fix GitHub workflows ([3d1b35f](https://github.com/ansidev/swetrix-vue/commit/3d1b35f53ed2e520eb47670c48830ce12428bc0d))
10+
11+
## 1.1.0-rc.0 (2022-08-23)
712

813
### Features
914

1015
* **lib:** support ESM ([7e07ad7](https://github.com/ansidev/swetrix-vue/commit/7e07ad718c946dc47b92f1ef99b5fe5d1f89bccc))
1116
* **example:** add vitejs example ([7e07ad7](https://github.com/ansidev/swetrix-vue/commit/7e07ad718c946dc47b92f1ef99b5fe5d1f89bccc))
1217

13-
1418
### Bug Fixes
1519

1620
* **docs:** fix wrong npm package name ([113f50c](https://github.com/ansidev/swetrix-vue/commit/113f50c7df7d2dc4ea62aacb8ba05ce3eebcd860))
1721

1822
## 1.0.0 (2022-08-22)
1923

24+
- **lib:** release v1.0.0 ([3dbd7ec](https://github.com/ansidev/swetrix-vue/commit/3dbd7ec805a1409311cfeab54c7e1a4500fcf64a))
25+
2026
## 1.0.0-rc.4 (2022-08-22)
2127

2228
### Documentation
2329

24-
- Update [README.md](./README.md).
25-
- Add [CHANGELOG.md](./CHANGELOG.md).
30+
- update [README.md](./README.md) ([c18fa95](https://github.com/ansidev/swetrix-vue/commit/c18fa95316445f8eea52893cb3e1717b28061d1e))
31+
- add [CHANGELOG.md](./CHANGELOG.md) ([d5997f9](https://github.com/ansidev/swetrix-vue/commit/d5997f98f28f549cdd2205f914125dae8c22ba95))
2632

2733
## 1.0.0-rc.3 (2022-08-22)
2834

2935
### Bug Fixes
3036

31-
- Fix GitHub Action workflow.
37+
- **ci:** fix GitHub Action workflow ([714b901](https://github.com/ansidev/swetrix-vue/commit/714b901e52951257fd345bf62b9aeb22cce3f369))
3238

3339
## 1.0.0-rc.2 (2022-08-22)
3440

3541
### Bug Fixes
3642

37-
- Fix GitHub Action workflow.
43+
- **ci:** fix GitHub Action workflow ([3ae3f19](https://github.com/ansidev/swetrix-vue/commit/3ae3f19a403e9b7d5316420571fd53fe1c640e3b))
3844

3945
## 1.0.0-rc.1 (2022-08-22)
4046

4147
### Features
4248

43-
- First version.
49+
- **lib:** first version ([ff83173](https://github.com/ansidev/swetrix-vue/commit/ff83173486eeb0722ac2cd761b94307b5809e609))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Swetrix Tracking integration for Vue v3",
44
"author": "Le Minh Tri <[email protected]>",
55
"license": "MIT",
6-
"version": "1.1.0-rc.0",
6+
"version": "1.1.0-rc.1",
77
"type": "module",
88
"packageManager": "[email protected]",
99
"homepage": "https://github.com/ansidev/swetrix-vue",

0 commit comments

Comments
 (0)