Skip to content

Commit

Permalink
chore(release): 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaos358 committed Mar 14, 2018
1 parent df3c886 commit da79a44
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.1.2"></a>
## [0.1.2](https://github.com/pikkumyy/sitemap-generator/compare/v0.1.1...v0.1.2) (2018-03-14)



<a name="0.1.1"></a>
## 0.1.1 (2018-03-14)
2 changes: 1 addition & 1 deletion config/gulp.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dist": "./dist",
"source": "./src",
"releases": "./releases",
"releases": "./",
"manifest": "./src/manifest.json",
"package": "./package.json",
"webpack": "./config/webpack.config.js",
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": "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.",
Expand Down
Binary file added release.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit da79a44

Please sign in to comment.