Skip to content

Commit 6f75ae1

Browse files
committed
Updated package version (0.8.3)
1 parent c59492e commit 6f75ae1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
5353
- Minor refactor, clear up test gaps
5454
- Resolved Instanbul warnings (100%)
5555
- Replaced JSDoc theme [minami](https://github.com/Nijikokun/minami) with [clean-jsdoc-theme](https://github.com/ankitskvmdam/clean-jsdoc-theme)
56+
57+
## [0.8.3] - 2024-06-13
58+
59+
### Updated
60+
61+
- Upgraded [clean-jsdoc-theme](https://github.com/ankitskvmdam/clean-jsdoc-theme) (bug fixes)
62+
- Upgraded outdated NPM `devDependencies`

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.2",
4+
"version": "0.8.3",
55
"main": "src/Router.js",
66
"scripts": {
77
"gendoc": "jsdoc -c .jsdocrc",

0 commit comments

Comments
 (0)