Skip to content

Commit 2a95a5c

Browse files
committed
Update changelog
1 parent 0acfa4d commit 2a95a5c

1 file changed

Lines changed: 27 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,52 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
---
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
## [4.3.5] 2023-01-10
6+
7+
### Fixes
78

8-
### Unreleased
9+
- Improve logging related to reading the static asset manifest
910

1011
---
1112

12-
[4.3.4] Jan 5th 2023
13+
## [4.3.4] 2023-01-05
1314

1415
### Fixes
1516

16-
Middleware respects a location response for early exit; h/t @clintjhill (https://github.com/enhance-dev/arc-plugin-enhance/pull/63)
17+
- Middleware respects a location response for early exit; h/t @clintjhill (https://github.com/enhance-dev/arc-plugin-enhance/pull/63)
1718

18-
[4.3.3] Dec 22nd 2022
19+
---
20+
21+
## [4.3.3] 2022-12-22
1922

2023
### Added
2124

22-
Support for "." in URL paths; this can mean file based routes look hidden on some operating systems! Blame the webfinger spec. =)
25+
- Support for "." in URL paths; this can mean file based routes look hidden on some operating systems! Blame the webfinger spec. =)
26+
27+
---
2328

24-
[4.3.0] Dec 14th 2022
29+
## [4.3.0] 2022-12-14
2530

2631
### Added
2732

28-
Adds `@enhance/arc-plugin-rollup` _officially_
29-
exports router for using with alternate file trees
33+
- Adds `@enhance/arc-plugin-rollup` _officially_ exports router for using with alternate file trees
34+
3035

3136
### Fixes
3237

33-
Writing session to `_idx` cookie when using middleware array
38+
- Writing session to `_idx` cookie when using middleware array
39+
40+
---
41+
42+
## [4.2.0] 2022-12-08
3443

35-
[4.2.0]
3644
### changed
3745

38-
Updates `@enhance/arc-plugin-enhance` to latest which includes swapping `/tmp` to `.enhance` for generated output
46+
- Updates `@enhance/arc-plugin-enhance` to latest which includes swapping `/tmp` to `.enhance` for generated output
47+
48+
---
49+
50+
All notable changes to this project will be documented in this file.
3951

52+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

0 commit comments

Comments
 (0)