diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfed65..bd48c02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +### 0.8.9: August 12th, 2022 * **Tweak** - Images: alignment on images (picture tag) * **Fix** - Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` depreciation diff --git a/package-lock.json b/package-lock.json index 7a9c6b9..1091f72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stormbringer", - "version": "0.8.8", + "version": "0.8.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stormbringer", - "version": "0.8.8", + "version": "0.8.9", "license": "Apache-2.0", "devDependencies": { "grunt": "^1.5.3", diff --git a/package.json b/package.json index d23a56a..f3f196a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.8.8", + "version": "0.8.9", "description": "WordPress theme", "license": "Apache-2.0", "keywords": [], diff --git a/stormbringer-child/package.json b/stormbringer-child/package.json index 895d292..8cb234b 100644 --- a/stormbringer-child/package.json +++ b/stormbringer-child/package.json @@ -1,6 +1,6 @@ { "name": "stormbringer", - "version": "0.8.8", + "version": "0.8.9", "description": "WordPress theme", "license": "Apache-2.0", "keywords": [], diff --git a/stormbringer-child/style.css b/stormbringer-child/style.css index 8b5aecb..790c8a4 100644 --- a/stormbringer-child/style.css +++ b/stormbringer-child/style.css @@ -2,6 +2,6 @@ Theme Name: Stormbringer Child Description: Child theme for Stormbringer Author: Nicolas Mollet -Version: 0.8.8 +Version: 0.8.9 Template: stormbringer */ \ No newline at end of file diff --git a/style.css b/style.css index 7508b40..e68cd34 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: https://github.com/nicomollet/stormbringer Github Theme URI: https://github.com/nicomollet/stormbringer Github Branch: master Description: A simple responsive theme based on twitter's bootstrap framework. -Version: 0.8.8 +Version: 0.8.9 Author: Nicolas Mollet Author URI: http://www.nicolasmollet.com Text Domain: stormbringer