bump package version to 1.2.1
[squeep-api-dingus] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [Unreleased]
6
7 ## [v1.2.1] - 2021-10-22
8
9 ### Added
10
11 - updated dependencies
12 - minor fix to serveFile
13
14 ## [v1.2.0] - 2021-09-10
15
16 ### Added
17
18 - handlers can be provided additional arguments when defining routes
19 - simple handlers for redirects and static files
20
21 ## [v1.1.0] - 2021-08-08
22
23 ### Added
24
25 - support setting additional static headers when serving static files
26
27 ## [v1.0.0] - 2021-08-01
28
29 ### Added
30
31 - Everything.
32
33 ---
34
35 [Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v1.2.1
36 [v1.2.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.1;hp=v1.2.0
37 [v1.2.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.0;hp=v1.1.0
38 [v1.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.1.0;hp=v1.0.0
39 [v1.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.0.0;hp=v0.0.0