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

Commit b2e68fd

Browse files
committed
Prepare to release v1.0.0
1 parent 84b15dc commit b2e68fd

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased][unreleased]
99

10+
## [1.0.0] - 2019-06-29
11+
12+
No code changes have been introduced since 1.0.0-beta1.
13+
1014
## [1.0.0-beta1] - 2019-06-05
1115

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

1822
Initial release!
1923

20-
[unreleased]: https://github.com/thephpleague/commonmark-ext-external-link/compare/v1.0.0-beta1...HEAD
24+
[unreleased]: https://github.com/thephpleague/commonmark-ext-external-link/compare/v1.0.0...HEAD
25+
[1.0.0]: https://github.com/thephpleague/commonmark-ext-external-link/compare/v1.0.0-beta1...v1.0.0
2126
[1.0.0-beta1]: https://github.com/thephpleague/commonmark-ext-external-link/compare/v0.1.0...v1.0.0-beta1
2227
[0.1.0]: https://github.com/thephpleague/commonmark-ext-external-link/commits/v0.1.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php" : "^7.1",
18-
"league/commonmark": "^1.0.0-beta4"
18+
"league/commonmark": "^1.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^7.5"
@@ -35,7 +35,7 @@
3535
},
3636
"extra": {
3737
"branch-alias": {
38-
"dev-master": "1.0-dev"
38+
"dev-master": "1.1-dev"
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)