Skip to content

Commit

Permalink
[TASK] Prepare the 1.2.2 release
Browse files Browse the repository at this point in the history
- remove the outdated `@version` annotation
- sync the master branch alias to the latest composer.json
  • Loading branch information
oliverklee authored and zoliszabo committed Dec 10, 2018
1 parent 50e173d commit fef6a4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Escape hyphens in regular expressions
([#599](https://github.com/MyIntervals/emogrifier/pull/599))

### Removed
- Drop the `@version` PHPDoc annotations
([#644](https://github.com/MyIntervals/emogrifier/pull/644))

## 1.2.1

### Added
Expand Down
2 changes: 0 additions & 2 deletions Classes/Emogrifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
*
* For more information, please see the README.md file.
*
* @version 1.2.0
*
* @author Cameron Brooks
* @author Jaime Prado
* @author Oliver Klee <typo3-coding@oliverklee.de>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
"dev-master": "2.1.x-dev"
}
}
}

0 comments on commit fef6a4d

Please sign in to comment.