Skip to content

Commit 1b23d90

Browse files
committed
Merge branch 'version-bump'
2 parents c9ac051 + a2ea5b2 commit 1b23d90

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
future-release=0.1.2
1+
future-release=0.2.0

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22

3-
## [0.1.2](https://github.com/TypistTech/image-optimize-command/tree/0.1.2) (2018-04-30)
3+
## [0.2.0](https://github.com/TypistTech/image-optimize-command/tree/0.2.0) (2018-09-03)
4+
[Full Changelog](https://github.com/TypistTech/image-optimize-command/compare/0.1.2...0.2.0)
5+
6+
**Merged pull requests:**
7+
8+
- Update readme [\#25](https://github.com/TypistTech/image-optimize-command/pull/25) ([TangRufus](https://github.com/TangRufus))
9+
- Replace `batch-restore` with `reset` [\#24](https://github.com/TypistTech/image-optimize-command/pull/24) ([TangRufus](https://github.com/TangRufus))
10+
- v0.2.0 rewrite [\#23](https://github.com/TypistTech/image-optimize-command/pull/23) ([TangRufus](https://github.com/TangRufus))
11+
- Update test setup [\#22](https://github.com/TypistTech/image-optimize-command/pull/22) ([TangRufus](https://github.com/TangRufus))
12+
- `Logger`: Do not halt the command when error or above logged [\#21](https://github.com/TypistTech/image-optimize-command/pull/21) ([TangRufus](https://github.com/TangRufus))
13+
- Update coding standards; Enable PrettyCI [\#20](https://github.com/TypistTech/image-optimize-command/pull/20) ([TangRufus](https://github.com/TangRufus))
14+
15+
## [0.1.2](https://github.com/TypistTech/image-optimize-command/tree/0.1.2) (2018-04-29)
416
[Full Changelog](https://github.com/TypistTech/image-optimize-command/compare/0.1.1...0.1.2)
517

618
**Closed issues:**
@@ -9,6 +21,7 @@
921

1022
**Merged pull requests:**
1123

24+
- Version bump 0.1.2 [\#17](https://github.com/TypistTech/image-optimize-command/pull/17) ([TangRufus](https://github.com/TangRufus))
1225
- Fix: Enforce type cast on `--limit` [\#16](https://github.com/TypistTech/image-optimize-command/pull/16) ([TangRufus](https://github.com/TangRufus))
1326
- Docs: Clarify boolean flags and fix typo [\#14](https://github.com/TypistTech/image-optimize-command/pull/14) ([TangRufus](https://github.com/TangRufus))
1427
- Add missing type hint [\#13](https://github.com/TypistTech/image-optimize-command/pull/13) ([TangRufus](https://github.com/TangRufus))

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"scripts": {
5757
"check-style": "phpcs --colors -p",
58-
"pre-tag": [
58+
"pretag": [
5959
"composer update --no-suggest",
6060
"@test",
6161
"@check-style",

0 commit comments

Comments
 (0)