Skip to content

Commit

Permalink
Updated package version (0.8.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxy committed Apr 26, 2024
1 parent f628a98 commit 6462ac8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a

## [0.7.4] - 2023-10-02

## Updated
### Updated

- Main documentation (new section)
- Development dependencies

## [0.8.0] - 2023-11-06

## Added
### Added

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

## Updated
### Updated

- 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
### Updated

- Replaced Travis-CI with Github workflow
- Replaced Travis-CI with Github workflow
- Added comments to `router.use` @example

## [0.8.2] - 2024-04-26

### Added

- `exports.js` to consolidate interfaces used in plugin tests

### Updated

- Minor refactor, clear up test gaps
- Resolved Instanbul warnings (100%)
- Replaced JSDoc theme [minami](https://github.com/Nijikokun/minami) with [clean-jsdoc-theme](https://github.com/ankitskvmdam/clean-jsdoc-theme)
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.1",
"version": "0.8.2",
"main": "src/Router.js",
"scripts": {
"gendoc": "jsdoc -c .jsdocrc",
Expand Down

0 comments on commit 6462ac8

Please sign in to comment.