Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

Commit

Permalink
Prepare to release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Jun 29, 2019
1 parent 84b15dc commit b2e68fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][unreleased]

## [1.0.0] - 2019-06-29

No code changes have been introduced since 1.0.0-beta1.

## [1.0.0-beta1] - 2019-06-05

### Changed
Expand All @@ -17,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release!

[unreleased]: https://github.com/thephpleague/commonmark-ext-external-link/compare/v1.0.0-beta1...HEAD
[unreleased]: https://github.com/thephpleague/commonmark-ext-external-link/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/thephpleague/commonmark-ext-external-link/compare/v1.0.0-beta1...v1.0.0
[1.0.0-beta1]: https://github.com/thephpleague/commonmark-ext-external-link/compare/v0.1.0...v1.0.0-beta1
[0.1.0]: https://github.com/thephpleague/commonmark-ext-external-link/commits/v0.1.0
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php" : "^7.1",
"league/commonmark": "^1.0.0-beta4"
"league/commonmark": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
Expand All @@ -35,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
}
}
}

0 comments on commit b2e68fd

Please sign in to comment.