Skip to content

Commit

Permalink
chore(release): 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chaos358 committed Mar 14, 2018
1 parent 871b2f2 commit df3c886
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Change Log

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.1"></a>
## 0.1.1 (2018-03-14)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Generate sitemaps using Chrome browser. Especially intended for generating sitem
[<img src="https://coveralls.io/repos/github/pikkumyy/sitemap-generator/badge.svg?branch=master">](https://coveralls.io/github/pikkumyy/sitemap-generator?branch=master)
[<img src="https://api.codeclimate.com/v1/badges/ae33294f981eaf9303b6/maintainability">](https://codeclimate.com/github/pikkumyy/sitemap-generator/maintainability)
[<img src="https://david-dm.org/pikkumyy/sitemap-generator.svg">](https://david-dm.org/pikkumyy/sitemap-generator)
[<img src="https://david-dm.org/pikkumyy/sitemap-generator/dev-status.svg">](https://david-dm.org/pikkumyy/sitemap-generator?type=dev)
[<img src="https://david-dm.org/pikkumyy/sitemap-generator/dev-status.svg">](https://david-dm.org/pikkumyy/sitemap-generator?type=dev)<br/>
[<img src="https://img.shields.io/chrome-web-store/v/hcnjemngcihnhncobgdgkkfkhmleapah.svg">](https://chrome.google.com/webstore/detail/hcnjemngcihnhncobgdgkkfkhmleapah)
[<img src="https://img.shields.io/chrome-web-store/users/hcnjemngcihnhncobgdgkkfkhmleapah.svg">](https://chrome.google.com/webstore/detail/hcnjemngcihnhncobgdgkkfkhmleapah)
[<img src="https://img.shields.io/chrome-web-store/stars/hcnjemngcihnhncobgdgkkfkhmleapah.svg">](https://chrome.google.com/webstore/detail/hcnjemngcihnhncobgdgkkfkhmleapah)
[<img src="https://img.shields.io/github/commits-since/pikkumyy/sitemap-generator/latest.svg">](https://github.com/pikkumyy/sitemap-generator)
<img src="https://img.shields.io/chrome-web-store/users/hcnjemngcihnhncobgdgkkfkhmleapah.svg">
<img src="https://img.shields.io/chrome-web-store/stars/hcnjemngcihnhncobgdgkkfkhmleapah.svg">

## Installation

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sitemap-generator",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"author": "Professor Chaos",
"description": "Use chrome browser to generate sitemaps for your websites. This extension crawls website like a real user.",
Expand All @@ -20,19 +20,19 @@
"url": "https://github.com/pikkumyy/sitemap-generator.git"
},
"devDependencies": {
"@hemulit/cws-publish": "^1.0.5",
"@hemulit/cws-publish": "^1.0.5",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"cross-env": "^5.1.4",
"del": "^3.0.0",
"docdash": "latest",
"eslint": "^4.18.2",
"eslint-loader": "^2.0.0",
"eslint-loader": "^2.0.0",
"gulp": "latest",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.1",
Expand All @@ -50,8 +50,8 @@
"jsdom-global": "3.0.2",
"mocha": "^5.0.4",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^11.6.0",
"sinon-chrome": "^2.3.1",
"nyc": "^11.6.0",
"sinon-chrome": "^2.3.1",
"standard-version": "^4.3.0",
"webpack-stream": "^4.0.2",
"yargs": "^11.0.0"
Expand Down

0 comments on commit df3c886

Please sign in to comment.