Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domtra committed Mar 2, 2020
1 parent 0b44209 commit d298026
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [1.2.1](https://github.com/flyntwp/flynt/compare/v1.2.0...v1.2.1) (2020-03-02)


### Bug Fixes

* **build:** update and validate composer.json on release ([0b44209](https://github.com/flyntwp/flynt/commit/0b44209e3ac71ab32f8af07e8eab5f72d8be9918))

## [1.2.0](https://github.com/flyntwp/flynt/compare/v1.1.1...v1.2.0) (2020-02-26)


Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@
"psr-4": {
"Flynt\\": "lib/"
}
},
"version": "1.2.0"
}
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flynt",
"version": "1.2.0",
"version": "1.2.1",
"main": "index.js",
"repository": "[email protected]:flyntwp/flynt.git",
"author": "bleech <[email protected]>",
Expand Down Expand Up @@ -121,7 +121,7 @@
},
"standard-version": {
"scripts": {
"postbump": "gulp replaceVersion && composer config --unset version && composer update nothing && git add . && composer validate --strict"
"postbump": "gulp replaceVersion && composer config --unset version && composer update nothing && git diff && git add . && composer validate --strict"
}
},
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: Flynt
Theme URI: https://www.flyntwp.com/
Description: The starter theme for building Flynt projects.
Version: 1.2.0
Version: 1.2.1
Author: bleech <[email protected]>
Author URI: https://bleech.de/
Text Domain: flynt
Expand Down

0 comments on commit d298026

Please sign in to comment.