This repository was archived by the owner on Apr 4, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff 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 changes have been introduced since 1.0.0-beta3.
13+
1014## [ 1.0.0-beta3] - 2019-06-17
1115
1216### Fixed
@@ -65,7 +69,8 @@ This release brings the email and URL autolink processors into alignment with th
6569
6670Initial release!
6771
68- [ unreleased ] : https://github.com/thephpleague/commonmark-ext-autolink/compare/v1.0.0-beta3...HEAD
72+ [ unreleased ] : https://github.com/thephpleague/commonmark-ext-autolink/compare/v1.0.0...HEAD
73+ [ 1.0.0 ] : https://github.com/thephpleague/commonmark-ext-autolink/compare/v1.0.0-beta3...v1.0.0
6974[ 1.0.0-beta2 ] : https://github.com/thephpleague/commonmark-ext-autolink/compare/v1.0.0-beta2...v1.0.0-beta3
7075[ 1.0.0-beta2 ] : https://github.com/thephpleague/commonmark-ext-autolink/compare/v1.0.0-beta1...v1.0.0-beta2
7176[ 1.0.0-beta1 ] : https://github.com/thephpleague/commonmark-ext-autolink/compare/v0.3.0...v1.0.0-beta1
Original file line number Diff line number Diff line change 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"
3535 },
3636 "extra" : {
3737 "branch-alias" : {
38- "dev-master" : " 1.0 -dev"
38+ "dev-master" : " 1.1 -dev"
3939 }
4040 }
4141}
You can’t perform that action at this time.
0 commit comments