|
1 | 1 | ###Unreleased[[code][c-unreleased],[diff][d-unreleased]] |
2 | 2 |
|
3 | 3 | [c-unreleased]:https://github.com/json5/json5/tree/main |
4 | | -[d-unreleased]:https://github.com/json5/json5/compare/v2.2.2...HEAD |
| 4 | +[d-unreleased]:https://github.com/json5/json5/compare/v2.2.3...HEAD |
| 5 | + |
| 6 | +###v2.2.3[[code][c2.2.3],[diff][d2.2.3]] |
| 7 | + |
| 8 | +[c2.2.3]:https://github.com/json5/json5/tree/v2.2.3 |
| 9 | +[d2.2.3]:https://github.com/json5/json5/compare/v2.2.2...v2.2.3 |
| 10 | + |
| 11 | +- Fix: json5@2.2.3 is now the 'latest' release according to npm instead of |
| 12 | + v1.0.2. ([#299]) |
5 | 13 |
|
6 | 14 | ###v2.2.2[[code][c2.2.2],[diff][d2.2.2]] |
7 | 15 |
|
@@ -379,3 +387,4 @@ parser for the regular JSON format. |
379 | 387 | [#244]:https://github.com/json5/json5/issues/244 |
380 | 388 | [#266]:https://github.com/json5/json5/issues/266 |
381 | 389 | [#295]:https://github.com/json5/json5/issues/295 |
| 390 | +[#299]:https://github.com/json5/json5/issues/299 |