Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thgh committed Jan 27, 2019
1 parent c9c4f4e commit 71cc20d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to `rollup-plugin-serve` will be documented in this file.

## [1.0.1] - 2019-01-27
### Added
- Add Intellisense support #34

### Fixed
- Set minimum version for `mime` package

## [1.0.0] - 2019-01-11
### Fixed
- Update `ongenerate` to `generateBundle`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-serve",
"version": "1.0.0",
"version": "1.0.1",
"description": "Serve your rolled up bundle",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 71cc20d

Please sign in to comment.