Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenbew committed Nov 29, 2019
1 parent 5fe43ac commit f29a2e2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.1.1](https://github.com/flyntwp/flynt/compare/v1.1.0...v1.1.1) (2019-11-29)


### Bug Fixes

* **AdminComponentScreenshots:** execute on document ready ([aa93a59](https://github.com/flyntwp/flynt/commit/aa93a59699647119072c4f5b109cd02b0dc8acc7))
* **publicPath:** pass via wp_localize_data ([bfb2435](https://github.com/flyntwp/flynt/commit/bfb2435cc13e3045a7e34a5c34c9a5185156d29d))
* **theContentFix:** correctly call in_array ([fe5039f](https://github.com/flyntwp/flynt/commit/fe5039fe6bc85644f1e7b471040d549116a39a13))

## [1.1.0](https://github.com/flyntwp/flynt/compare/v1.0.0...v1.1.0) (2019-11-28)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"Flynt\\": "lib/"
}
},
"version": "1.1.0"
"version": "1.1.1"
}
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flynt",
"version": "1.1.0",
"version": "1.1.1",
"main": "index.js",
"repository": "[email protected]:flyntwp/flynt.git",
"author": "bleech <[email protected]>",
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.1.0
Version: 1.1.1
Author: bleech <[email protected]>
Author URI: https://bleech.de/
Text Domain: flynt
Expand Down

0 comments on commit f29a2e2

Please sign in to comment.