Skip to content

Commit 180d4ff

Browse files
committed
chore(release): 0.1.1-0
1 parent 26f8657 commit 180d4ff

3 files changed

Lines changed: 29 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
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+
### [0.1.1-0](https://github.com/ucsc/ucsc-communications-functionality/compare/v0.1.0...v0.1.1-0) (2025-09-10)
6+
57
## 0.1.0 (2025-09-10)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ucsc-communications-functionality",
3-
"version": "0.1.0",
3+
"version": "0.1.1-0",
44
"description": "UCSC Communications Site Custom Functionality Plugin",
55
"keywords": [
66
"WordPress",
@@ -26,29 +26,29 @@
2626
"devDependencies": {
2727
"@wordpress/scripts": "^30.19.0",
2828
"standard-version": "^9.5.0"
29-
},
30-
"files": [
31-
"acf-json",
32-
"lib",
33-
"plugin.php",
34-
"README.md",
35-
"CHANGELOG.md",
36-
"LICENSE"
37-
],
38-
"standard-version": {
39-
"bumpFiles": [
40-
{
41-
"filename": "package-lock.json",
42-
"type": "json"
43-
},
44-
{
45-
"filename": "package.json",
46-
"type": "json"
47-
},
48-
{
49-
"filename": "plugin.php",
50-
"updater": "wp-plugin-version-updater.js"
51-
}
52-
]
29+
},
30+
"files": [
31+
"acf-json",
32+
"lib",
33+
"plugin.php",
34+
"README.md",
35+
"CHANGELOG.md",
36+
"LICENSE"
37+
],
38+
"standard-version": {
39+
"bumpFiles": [
40+
{
41+
"filename": "package-lock.json",
42+
"type": "json"
43+
},
44+
{
45+
"filename": "package.json",
46+
"type": "json"
47+
},
48+
{
49+
"filename": "plugin.php",
50+
"updater": "wp-plugin-version-updater.js"
51+
}
52+
]
5353
}
5454
}

0 commit comments

Comments
 (0)