Skip to content

Commit

Permalink
Update CHANGELOG and package files for release. (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
usergenic authored Jul 30, 2020
1 parent f4519ed commit d330719
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- ## Unreleased -->
<!-- Add new unreleased items here -->

## [1.0.0-pre.9] - 2020-07-29
- Updated `@types/babel__generator` so we could remove the local declarations for missing GeneratorOptions.

## [1.0.0-pre.8] - 2020-07-06
- Fixed an issue with module resolution of specifiers inside of HTML files being served from server root route.

Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "koa-node-resolve",
"version": "1.0.0-pre.8",
"version": "1.0.0-pre.9",
"description": "Koa middleware that transforms Node package specifiers to relative paths",
"main": "lib/koa-node-resolve.js",
"files": [
Expand Down

0 comments on commit d330719

Please sign in to comment.