Skip to content

Commit

Permalink
Updated package version (0.8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxy committed Feb 28, 2024
1 parent e7aafa6 commit e320fcb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
- Renamed class `Common` >> `Utils`
- Replaced coveralls w/ [coverage-reporter](https://github.com/coverallsapp/coverage-reporter)
- Package node engine to AWS supported (v18)

## [0.8.1] - 2023-02-28

## Updated

- Replaced Travis-CI with Github workflow
- Added comments to `router.use` @example
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lambda-lambda-lambda/router",
"description": "AWS CloudFront Lambda@Edge serverless application router.",
"version": "0.8.0",
"version": "0.8.1",
"main": "src/Router.js",
"scripts": {
"gendoc": "jsdoc -c .jsdocrc",
Expand Down

0 comments on commit e320fcb

Please sign in to comment.