Skip to content

Commit

Permalink
chore(release): 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knice committed Jul 2, 2024
1 parent f1eaa9a commit 5c56698
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 18 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ucsc-2022",
"version": "4.1.0",
"version": "4.1.1",
"description": "The offficial WordPress theme for UC Santa Cruz",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -61,5 +61,21 @@
"README.md",
"readme.txt",
"*.php"
]
],
"standard-version": {
"bumpFiles": [
{
"filename": "package-lock.json",
"type": "json"
},
{
"filename": "package.json",
"type": "json"
},
{
"filename": "style.css",
"updater": "wp-theme-version-updater.js"
}
]
}
}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author: UC Santa Cruz
Author URI: https://www.ucsc.edu
Description: The official WordPress theme for UC Santa Cruz
Tags: full-site-editing, blog
Version: 4.1.0
Version: 4.1.1
Requires at least: 6.0
Tested up to: 6.4.2
Requires PHP: 7.0
Expand Down

0 comments on commit 5c56698

Please sign in to comment.