Skip to content

Commit 23e66d9

Browse files
committed
Fix changelog links (several tags were never pushed unfortunately)
1 parent 7322848 commit 23e66d9

File tree

1 file changed

+21
-25
lines changed

1 file changed

+21
-25
lines changed

CHANGELOG.md

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Use `ExpressionFactory#create_expression` instead.
265265
- Javascript release process
266266
- Version numbering 🙈
267267

268-
## [6.6.2] - 2019-03-22
268+
## 6.6.2 - 2019-03-22
269269

270270
## [6.2.3] - 2019-03-22
271271
### Fixed
@@ -310,7 +310,7 @@ to work around a limitation on Android (and other platforms).
310310
[#498](https://github.com/cucumber/cucumber/pull/498)
311311
[lsuski](https://github.com/lsuski))
312312

313-
## [6.1.0] - 2018-09-23
313+
## 6.1.0 - 2018-09-23
314314
### Added
315315
- (Java) Added `ParameterType.fromEnum(MyEnumClass.class)` to make it easier
316316
to register enums.
@@ -384,7 +384,7 @@ than interpreting it as alternation character. Generated expressions will use
384384
[#392](https://github.com/cucumber/cucumber/pull/392)
385385
[aslakhellesoy](https://github.com/aslakhellesoy))
386386

387-
## [5.0.17] - 2018-04-12
387+
## 5.0.17 - 2018-04-12
388388
### Changed
389389
- java: Swapped 2 parameters in a `ParameterType` constructor to make it consistent with
390390
overloaded constructors.
@@ -442,7 +442,7 @@ and simplified capture group parsing in `TreeRegexp` to reduce likelihood of mor
442442
[#327](https://github.com/cucumber/cucumber/pull/327)
443443
[mpkorstanje](https://github.com/aslakhellesoy))
444444

445-
## [5.0.11] - 2018-01-19
445+
## 5.0.11 - 2018-01-19
446446
### Fixed
447447
- javascript: Fixed a regression introduced by [#324](https://github.com/cucumber/cucumber/pull/324)
448448
([#325](https://github.com/cucumber/cucumber/issues/325)
@@ -483,7 +483,7 @@ more than just letters - it works with anything that isn't a space.
483483
([#303](https://github.com/cucumber/cucumber/issues/303)
484484
by [aslakhellesoy](https://github.com/aslakhellesoy))
485485

486-
## [5.0.3] - 2017-11-06
486+
## 5.0.3 - 2017-11-06
487487
### Fixed
488488
- javascript: Support RegExp flags
489489
([#300](https://github.com/cucumber/cucumber/issues/300)
@@ -494,7 +494,7 @@ by [aslakhellesoy](https://github.com/aslakhellesoy) and [dmeehan1968](https://g
494494
- java: Make the jar a bundle to support osgi. ([#287](https://github.com/cucumber/cucumber/pull/287)
495495
by [mpkorstanje](https://github.com/mpkorstanje))
496496

497-
## [5.0.0] - 2017-10-10
497+
## 5.0.0 - 2017-10-10
498498
### Changed
499499
- ruby, javascript: A `transformer` function can run in the context of a world object. `Argument#value` now takes an object as argument (renamed to `Argument#getValue` in js) ([#284](https://github.com/cucumber/cucumber/pull/284) by [aslakhellesoy](https://github.com/aslakhellesoy))
500500

@@ -510,7 +510,7 @@ by [mpkorstanje](https://github.com/mpkorstanje))
510510
### Fixed
511511
- javascript: Expose `Argument.group` and fix `start` and `end` accessors in `Group`
512512

513-
## [4.0.2] - 2017-07-14
513+
## 4.0.2 - 2017-07-14
514514
### Fixed
515515
- javascript: Make it work on Node 4 and browser (Use `Array.indexOf` instead of `Array.includes`)
516516
([#237](https://github.com/cucumber/cucumber/pull/237)
@@ -687,7 +687,8 @@ by [brasmusson](https://github.com/brasmusson))
687687
[12.1.1]: https://github.com/cucumber/cucumber-expressions/compare/v12.1.0...v12.1.1
688688
[12.1.0]: https://github.com/cucumber/cucumber-expressions/compare/v12.0.1...v12.1.0
689689
[12.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v12.0.0...v12.0.1
690-
[12.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v11.0.1...v12.0.0
690+
[12.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v11.0.2...v12.0.0
691+
[11.0.2]: https://github.com/cucumber/cucumber-expressions/compare/v11.0.1...v11.0.2
691692
[11.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v11.0.0...v11.0.1
692693
[11.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v10.3.0...v11.0.0
693694
[10.3.0]: https://github.com/cucumber/cucumber-expressions/compare/v10.2.2...v10.3.0
@@ -705,37 +706,32 @@ by [brasmusson](https://github.com/brasmusson))
705706
[8.0.2]: https://github.com/cucumber/cucumber-expressions/compare/v8.0.1...v8.0.2
706707
[8.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v8.0.0...v8.0.1
707708
[8.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v7.0.2...v8.0.0
708-
[7.0.2]: https://github.com/cucumber/cucumber-expressions/compare/v7.0.0...v7.0.2
709-
[7.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v6.6.2...v7.0.0
710-
[6.6.2]: https://github.com/cucumber/cucumber-expressions/compare/v6.2.3...v6.6.2
709+
[7.0.2]: https://github.com/cucumber/cucumber-expressions/compare/v7.0.1...v7.0.2
710+
[7.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v7.0.0...v7.0.1
711+
[7.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v6.2.3...v7.0.0
711712
[6.2.3]: https://github.com/cucumber/cucumber-expressions/compare/v6.2.2...v6.2.3
712713
[6.2.2]: https://github.com/cucumber/cucumber-expressions/compare/v6.2.1...v6.2.2
713714
[6.2.1]: https://github.com/cucumber/cucumber-expressions/compare/v6.2.0...v6.2.1
714715
[6.2.0]: https://github.com/cucumber/cucumber-expressions/compare/v6.1.2...v6.2.0
715-
[6.1.2]: https://github.com/cucumber/cucumber-expressions/compare/v6.1.0...v6.1.2
716-
[6.1.1]: https://github.com/cucumber/cucumber-expressions/compare/v6.1.0...v6.1.1
717-
[6.1.0]: https://github.com/cucumber/cucumber-expressions/compare/v6.0.1...v6.1.0
716+
[6.1.2]: https://github.com/cucumber/cucumber-expressions/compare/v6.1.1...v6.1.2
717+
[6.1.1]: https://github.com/cucumber/cucumber-expressions/compare/v6.0.1...v6.1.1
718718
[6.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v6.0.0...v6.0.1
719-
[6.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.18...v6.0.0
720-
[5.0.18]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.17...v5.0.18
721-
[5.0.17]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.16...v5.0.17
719+
[6.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.19...v6.0.0
720+
[5.0.19]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.18...v5.0.19
721+
[5.0.18]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.16...v5.0.18
722722
[5.0.16]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.15...v5.0.16
723723
[5.0.15]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.14...v5.0.15
724724
[5.0.14]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.13...v5.0.14
725725
[5.0.13]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.12...v5.0.13
726-
[5.0.12]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.11...v5.0.12
727-
[5.0.11]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.10...v5.0.11
726+
[5.0.12]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.10...v5.0.12
728727
[5.0.10]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.7...v5.0.10
729728
[5.0.7]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.6...v5.0.7
730729
[5.0.6]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.5...v5.0.6
731730
[5.0.5]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.4...v5.0.5
732-
[5.0.4]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.3...v5.0.4
733-
[5.0.3]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.2...v5.0.3
734-
[5.0.2]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.0...v5.0.2
735-
[5.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v4.0.4...v5.0.0
731+
[5.0.4]: https://github.com/cucumber/cucumber-expressions/compare/v5.0.2...v5.0.4
732+
[5.0.2]: https://github.com/cucumber/cucumber-expressions/compare/v4.0.4...v5.0.2
736733
[4.0.4]: https://github.com/cucumber/cucumber-expressions/compare/v4.0.3...v4.0.4
737-
[4.0.3]: https://github.com/cucumber/cucumber-expressions/compare/v4.0.2...v4.0.3
738-
[4.0.2]: https://github.com/cucumber/cucumber-expressions/compare/v4.0.1...v4.0.2
734+
[4.0.3]: https://github.com/cucumber/cucumber-expressions/compare/v4.0.1...v4.0.3
739735
[4.0.1]: https://github.com/cucumber/cucumber-expressions/compare/v4.0.0...v4.0.1
740736
[4.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v3.0.0...v4.0.0
741737
[3.0.0]: https://github.com/cucumber/cucumber-expressions/compare/v2.0.1...v3.0.0

0 commit comments

Comments
 (0)