Skip to content

Commit 65ba76b

Browse files
committed
bump version, update changelog
1 parent 48ba07d commit 65ba76b

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.22.6] - 2024-10-24
4+
5+
### Fixed
6+
- wrap mailto-generator in IIFE
7+
8+
39
## [0.22.5] - 2024-05-10
410

511
### Added

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "templateq",
3-
"version": "0.22.5",
3+
"version": "0.22.6",
44
"description": "Wordpress theme to power qnipsel",
55
"main": "webpack.config.js",
66
"scripts": {

src/functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/** Set version
44
* Used for cachebusting JS/CSS
55
*/
6-
$GLOBALS['qnipsel_version'] = '0.22.5';
6+
$GLOBALS['qnipsel_version'] = '0.22.6';
77

88
/** Custom Fields
99
* Set up the Custom Fields plugin and define some fields.

src/scss/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Theme Name: templateQ
33
Author: Christian Brassat
44
Description: Theme for templateQ
5-
Version: 0.22.5
5+
Version: 0.22.6
66
*/
77

88
// Configure Bulma

0 commit comments

Comments
 (0)