You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,31 +4,33 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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).
6
6
7
-
## [2.1.1] - 2021-03-08
7
+
## [3.0.0] - 2021-03-08
8
8
9
9
### Changed
10
10
11
+
-__Breaking change:__ Is now an ECMAScript Modules (ESM) project.
11
12
- Now includes the latest Let’s Encrypt certificate authority root certificate for the staging environment. (This is automatically injected into your Node.js environment when running the server in staging mode and is used during testing.)
13
+
- Dev: now using @small-tech/esm-tape-runner.
14
+
- Dev: replaced tap-spec and tap-nyc with @small-tech/tap-monkey.
12
15
13
16
### Fixed
14
17
18
+
- No longer crashes when checking for certificate renewal. (#34)
15
19
- Tests now run properly in staging mode.
16
20
17
-
##[2.1.0] - 2021-03-08
21
+
### Improved
18
22
19
-
### Changed
23
+
- npm package size is now 193.1kb (down from 345kb previously).
20
24
21
-
- Is now an ECMAScript Modules (ESM) project
22
-
- Dev: now using @small-tech/esm-tape-runner
23
-
- Dev: replaced tap-spec and tap-nyc with @small-tech/tap-monkey
25
+
## [2.2.0] - 2021-03-08
24
26
25
27
### Fixed
26
28
27
29
- No longer crashes when checking for certificate renewal. (#34)
28
30
29
-
### Improved
31
+
##[2.1.0 and 2.1.1] - Do not use these versions.
30
32
31
-
- npm package size is now 193.1kb (down from 345kb previously).
33
+
These accidentally included the breaking change from 3.0.0 in a semver minor update.
0 commit comments