Skip to content

Commit d298026

Browse files
committed
chore(release): 1.2.1
1 parent 0b44209 commit d298026

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.2.1](https://github.com/flyntwp/flynt/compare/v1.2.0...v1.2.1) (2020-03-02)
6+
7+
8+
### Bug Fixes
9+
10+
* **build:** update and validate composer.json on release ([0b44209](https://github.com/flyntwp/flynt/commit/0b44209e3ac71ab32f8af07e8eab5f72d8be9918))
11+
512
## [1.2.0](https://github.com/flyntwp/flynt/compare/v1.1.1...v1.2.0) (2020-02-26)
613

714

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@
3232
"psr-4": {
3333
"Flynt\\": "lib/"
3434
}
35-
},
36-
"version": "1.2.0"
35+
}
3736
}

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flynt",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"main": "index.js",
55
"repository": "[email protected]:flyntwp/flynt.git",
66
"author": "bleech <[email protected]>",
@@ -121,7 +121,7 @@
121121
},
122122
"standard-version": {
123123
"scripts": {
124-
"postbump": "gulp replaceVersion && composer config --unset version && composer update nothing && git add . && composer validate --strict"
124+
"postbump": "gulp replaceVersion && composer config --unset version && composer update nothing && git diff && git add . && composer validate --strict"
125125
}
126126
},
127127
"dependencies": {},

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Theme Name: Flynt
33
Theme URI: https://www.flyntwp.com/
44
Description: The starter theme for building Flynt projects.
5-
Version: 1.2.0
5+
Version: 1.2.1
66
Author: bleech <[email protected]>
77
Author URI: https://bleech.de/
88
Text Domain: flynt

0 commit comments

Comments
 (0)