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
7
7
8
8
## [ Unreleased] [ unreleased ]
9
9
10
+ ## [ 1.0.0] - 2019-06-29
11
+
12
+ No code changes have been introduced since 1.0.0-beta1.
13
+
10
14
## [ 1.0.0-beta1] - 2019-06-05
11
15
12
16
### Changed
@@ -17,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
21
18
22
Initial release!
19
23
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
21
26
[ 1.0.0-beta1 ] : https://github.com/thephpleague/commonmark-ext-external-link/compare/v0.1.0...v1.0.0-beta1
22
27
[ 0.1.0 ] : https://github.com/thephpleague/commonmark-ext-external-link/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" : " ^1.0.0-beta4 "
18
+ "league/commonmark" : " ^1.0"
19
19
},
20
20
"require-dev" : {
21
21
"phpunit/phpunit" : " ^7.5"
35
35
},
36
36
"extra" : {
37
37
"branch-alias" : {
38
- "dev-master" : " 1.0 -dev"
38
+ "dev-master" : " 1.1 -dev"
39
39
}
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments