Skip to content

Commit 6462ac8

Browse files
committed
Updated package version (0.8.2)
1 parent f628a98 commit 6462ac8

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

CHANGELOG.md

+17-5
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
1818

1919
## [0.7.4] - 2023-10-02
2020

21-
## Updated
21+
### Updated
2222

2323
- Main documentation (new section)
2424
- Development dependencies
2525

2626
## [0.8.0] - 2023-11-06
2727

28-
## Added
28+
### Added
2929

3030
- Differentiate app/router errors (added `RouterError`)
3131

32-
## Updated
32+
### Updated
3333

3434
- Renamed class `Common` >> `Utils`
3535
- Replaced coveralls w/ [coverage-reporter](https://github.com/coverallsapp/coverage-reporter)
3636
- Package node engine to AWS supported (v18)
3737

3838
## [0.8.1] - 2023-02-28
3939

40-
## Updated
40+
### Updated
4141

42-
- Replaced Travis-CI with Github workflow
42+
- Replaced Travis-CI with Github workflow
4343
- Added comments to `router.use` @example
44+
45+
## [0.8.2] - 2024-04-26
46+
47+
### Added
48+
49+
- `exports.js` to consolidate interfaces used in plugin tests
50+
51+
### Updated
52+
53+
- Minor refactor, clear up test gaps
54+
- Resolved Instanbul warnings (100%)
55+
- Replaced JSDoc theme [minami](https://github.com/Nijikokun/minami) with [clean-jsdoc-theme](https://github.com/ankitskvmdam/clean-jsdoc-theme)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lambda-lambda-lambda/router",
33
"description": "AWS CloudFront Lambda@Edge serverless application router.",
4-
"version": "0.8.1",
4+
"version": "0.8.2",
55
"main": "src/Router.js",
66
"scripts": {
77
"gendoc": "jsdoc -c .jsdocrc",

0 commit comments

Comments
 (0)