Skip to content

Commit 1cd692d

Browse files
author
Jake Champion
committed
chore: fix changelog to match devhub spec
1 parent ec4250f commit 1cd692d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
# Changelog
22

3-
## [1.11.2](https://github.com/fastly/js-compute-runtime/compare/v1.11.1...v1.11.2) (2023-04-27)
3+
## 1.11.2 (2023-04-27)
44

55

6-
### Bug Fixes
6+
### Fixed
77

88
* Add TypeScript definitions for Response.redirect() and Response.json() ([#512](https://github.com/fastly/js-compute-runtime/issues/512)) ([ebe429f](https://github.com/fastly/js-compute-runtime/commit/ebe429fc895f8da837e47393ebc35fe6dec5159a))
99

10-
## [1.11.1](https://github.com/fastly/js-compute-runtime/compare/v1.11.0...v1.11.1) (2023-04-26)
10+
## 1.11.1 (2023-04-26)
1111

1212

13-
### Bug Fixes
13+
### Fixed
1414

1515
* **TextDecoder:** add (nearly) full support for TextDecoder and TextEncoder ([#501](https://github.com/fastly/js-compute-runtime/issues/501)) ([a4c312e](https://github.com/fastly/js-compute-runtime/commit/a4c312e62284147da73d82323ac095670d41cdf3))
1616

17-
## [1.11.0](https://github.com/fastly/js-compute-runtime/compare/v1.10.1...v1.11.0) (2023-04-25)
17+
## 1.11.0 (2023-04-25)
1818

1919

20-
### Features
20+
### Added
2121

2222
* implement Response.json static method ([#499](https://github.com/fastly/js-compute-runtime/issues/499)) ([780067d](https://github.com/fastly/js-compute-runtime/commit/780067d429dbd90bd529f42169c2c1af6c139bb7))
2323

24-
## [1.10.1](https://github.com/fastly/js-compute-runtime/compare/v1.10.0...v1.10.1) (2023-04-24)
24+
## 1.10.1 (2023-04-24)
2525

2626

27-
### Bug Fixes
27+
### Fixed
2828

2929
* Fix for `ReferenceError: pattern is not defined` ([#506](https://github.com/fastly/js-compute-runtime/issues/506)) ([107c9be](https://github.com/fastly/js-compute-runtime/commit/107c9be4c0b0c41c4d630ba556a10b697a1508f4))
3030

31-
## [1.10.0](https://github.com/fastly/js-compute-runtime/compare/v1.9.0...v1.10.0) (2023-04-21)
31+
## 1.10.0 (2023-04-21)
3232

3333

34-
### Features
34+
### Added
3535

3636
* Add MD5 support into crypto.subtle.digest ([9c8efab](https://github.com/fastly/js-compute-runtime/commit/9c8efabc89c20e5e20f8ef429b555c1d85fe0db1))
3737
* implement Response.redirect static method and Response.prototype.redirected getter ([1623d74](https://github.com/fastly/js-compute-runtime/commit/1623d740405dcaaa5a8c946981c6840ab611c36a))

0 commit comments

Comments
 (0)