This repository was archived by the owner on Apr 4, 2020. It is now read-only.
File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased] [ unreleased ]
9
9
10
+ ## [ 1.0.0-beta1] - 2019-05-27
11
+
12
+ ### Changed
13
+
14
+ - Added support for ` league/commonmark ` 1.0.0-beta1
15
+
10
16
## [ 0.1.0] - 2019-05-12
11
17
12
18
Initial release!
13
19
14
- [ unreleased ] : https://github.com/thephpleague/commonmark-ext-task-list/compare/v0.1.0...HEAD
20
+ [ unreleased ] : https://github.com/thephpleague/commonmark-ext-task-list/compare/v1.0.0-beta1...HEAD
21
+ [ 1.0.0-beta1 ] : https://github.com/thephpleague/commonmark-ext-task-list/compare/v0.1.0...v1.0.0-beta1
15
22
[ 0.1.0 ] : https://github.com/thephpleague/commonmark-ext-task-list/commits/v0.1.0
Original file line number Diff line number Diff line change 15
15
],
16
16
"require" : {
17
17
"php" : " ^7.1" ,
18
- "league/commonmark" : " ^0.19"
18
+ "league/commonmark" : " ^0.19|^1.0.0-beta1 "
19
19
},
20
20
"require-dev" : {
21
21
"phpunit/phpunit" : " ^7.5"
35
35
},
36
36
"extra" : {
37
37
"branch-alias" : {
38
- "dev-master" : " 0.2 -dev"
38
+ "dev-master" : " 1.0 -dev"
39
39
}
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments