diff --git a/CHANGELOG.md b/CHANGELOG.md index 26d9743..eb5efb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,10 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.1.2](https://github.com/pikkumyy/sitemap-generator/compare/v0.1.1...v0.1.2) (2018-03-14) + + + ## 0.1.1 (2018-03-14) diff --git a/config/gulp.config.json b/config/gulp.config.json index dcc89cb..dcaaa5c 100644 --- a/config/gulp.config.json +++ b/config/gulp.config.json @@ -1,7 +1,7 @@ { "dist": "./dist", "source": "./src", - "releases": "./releases", + "releases": "./", "manifest": "./src/manifest.json", "package": "./package.json", "webpack": "./config/webpack.config.js", diff --git a/package.json b/package.json index 6bcb2a8..c7b1b72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sitemap-generator", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "author": "Professor Chaos", "description": "Use chrome browser to generate sitemaps for your websites. This extension crawls website like a real user.", diff --git a/release.zip b/release.zip new file mode 100644 index 0000000..9b8d9d0 Binary files /dev/null and b/release.zip differ diff --git a/src/manifest.json b/src/manifest.json index dc0a356..8a8c94c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,8 +2,8 @@ "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", - "version": "0.1.0", - "version_name": "0.1.0", + "version": "0.1.1", + "version_name": "0.1.1", "manifest_version": 2, "default_locale": "en", "minimum_chrome_version": "31",