Skip to content

Commit beb4b95

Browse files
committed
build: publish v1.16.0
1 parent 376927e commit beb4b95

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.16.0](https://github.com/azat-io/vuepress-plugin-umami-analytics/compare/v1.15.0...v1.16.0) (2024-12-15)
6+
7+
8+
### Features
9+
10+
* update vuepress to v2.0.0-rc.19 ([f069867](https://github.com/azat-io/vuepress-plugin-umami-analytics/commit/f069867e35d6760a4406b650012303596e04cd49))
11+
512
## [1.15.0](https://github.com/azat-io/vuepress-plugin-umami-analytics/compare/v1.14.0...v1.15.0) (2024-10-02)
613

714

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-umami-analytics",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "VuePress plugin for using Umami analytics",
55
"keywords": [
66
"analytics",
@@ -24,7 +24,6 @@
2424
"scripts": {
2525
"build": "tsc -b",
2626
"clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true })\"",
27-
"prepare": "pnpm run build",
2827
"release": "pnpm release:check && pnpm release:version && pnpm release:publish",
2928
"release:changelog": "standard-version --infile changelog.md --same-file --skip.bump --skip.commit --skip.tag",
3029
"release:check": "pnpm test && pnpm build",

0 commit comments

Comments
 (0)