Skip to content

Commit 1699bbf

Browse files
committed
version bump (patch)
1 parent ae82c73 commit 1699bbf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog for CareLib
22

3+
# 2.2.1
4+
- Fixed typo
5+
36
# 2.2.0
47
- Removed TinyMCE styles
58
- Simplified body class filter

carelib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* @since 1.0.0
1717
*/
18-
define( 'CARELIB_VERSION', '2.2.0' );
18+
define( 'CARELIB_VERSION', '2.2.1' );
1919

2020
/**
2121
* The absolute path to CareLib's root directory with a trailing slash.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "carelib",
33
"description": "A collection of helpful functions to make creating an awesome theme more enjoyable.",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"copyright": "2017",
66
"license": "GPL-2.0+",
77
"private": true,

0 commit comments

Comments
 (0)