Fixing the anchor for tag compare
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
ea779e86f8
commit
70581b21ff
|
|
@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.3.1]
|
## [0.3.1]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
@ -11,3 +13,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||||
- Axios version to `0.18.1` due the CVE-2019-10742
|
- Axios version to `0.18.1` due the CVE-2019-10742
|
||||||
- Fix the `subject` attribute unmarshal error: issue
|
- Fix the `subject` attribute unmarshal error: issue
|
||||||
[#32](https://github.com/cloudevents/sdk-javascript/issues/32)
|
[#32](https://github.com/cloudevents/sdk-javascript/issues/32)
|
||||||
|
|
||||||
|
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.1...HEAD
|
||||||
|
[0.3.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...v0.3.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue