Skip to content

Commit d453f69

Browse files
committed
update version number; bump changelog
1 parent a9eacf3 commit d453f69

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [0.22.4] - 2024-05-07
4+
5+
### Added
6+
- added Font Awesome 5 as a library to codeview
7+
8+
39
## [0.22.3] - 2023-04-14
410

511
### Fixed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "templateq",
3-
"version": "0.22.3",
3+
"version": "0.22.4",
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.3';
6+
$GLOBALS['qnipsel_version'] = '0.22.4';
77

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

0 commit comments

Comments
 (0)