Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 4b66fe0

Browse files
committed
Merge branch 'version-bump'
2 parents 27aea7e + 6fdb180 commit 4b66fe0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
unreleased=true
2-
future-release=0.2.0
2+
future-release=0.3.0

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
# Change Log
22

3+
## [0.3.0](https://github.com/TypistTech/wp-contained-hook/tree/0.3.0) (2018-08-27)
4+
[Full Changelog](https://github.com/TypistTech/wp-contained-hook/compare/0.2.0...0.3.0)
5+
6+
**Merged pull requests:**
7+
8+
- Update readme [\#29](https://github.com/TypistTech/wp-contained-hook/pull/29) ([TangRufus](https://github.com/TangRufus))
9+
- Support older PHP 7.1 [\#28](https://github.com/TypistTech/wp-contained-hook/pull/28) ([TangRufus](https://github.com/TangRufus))
10+
- Accept all `psr/container-implementation` [\#27](https://github.com/TypistTech/wp-contained-hook/pull/27) ([TangRufus](https://github.com/TangRufus))
11+
- Test: Add `cacheDir` for `AspectMock` [\#26](https://github.com/TypistTech/wp-contained-hook/pull/26) ([TangRufus](https://github.com/TangRufus))
12+
313
## [0.2.0](https://github.com/TypistTech/wp-contained-hook/tree/0.2.0) (2018-02-02)
414
[Full Changelog](https://github.com/TypistTech/wp-contained-hook/compare/0.1.1...0.2.0)
515

616
**Closed issues:**
717

18+
- Composer: Suggest `typisttech/imposter-plugin` [\#20](https://github.com/TypistTech/wp-contained-hook/issues/20)
819
- Readme: Remove actions and filters [\#16](https://github.com/TypistTech/wp-contained-hook/issues/16)
920
- Update .styleci.yml to typist tech config [\#9](https://github.com/TypistTech/wp-contained-hook/issues/9)
1021

1122
**Merged pull requests:**
1223

24+
- Version bump 0.2.0 [\#25](https://github.com/TypistTech/wp-contained-hook/pull/25) ([TangRufus](https://github.com/TangRufus))
1325
- Add PHP 7.1 features [\#24](https://github.com/TypistTech/wp-contained-hook/pull/24) ([TangRufus](https://github.com/TangRufus))
1426
- Misc: Update info [\#23](https://github.com/TypistTech/wp-contained-hook/pull/23) ([TangRufus](https://github.com/TangRufus))
1527
- Update dependencies & bump minimum requirements [\#22](https://github.com/TypistTech/wp-contained-hook/pull/22) ([TangRufus](https://github.com/TangRufus))

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"scripts": {
6666
"check-style": "phpcs --standard=ruleset.xml --colors -p -s .",
67-
"pre-tag": [
67+
"pretag": [
6868
"composer update",
6969
"@test",
7070
"composer normalize",

0 commit comments

Comments
 (0)