diff --git a/changelog.md b/changelog.md index 94a1afe..30ea40d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,5 @@ # Changelog -## Next +## 0.0.1 * Initial release diff --git a/package-lock.json b/package-lock.json index 2422cd0..1deedeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@overlook/plugin-bundle", - "version": "0.0.0", + "version": "0.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b5ee535..04370cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@overlook/plugin-bundle", - "version": "0.0.0", + "version": "0.0.1", "description": "Overlook framework plugin to bundle app with Webpack", "main": "index.js", "module": "es/index.js",