Skip to content

Commit

Permalink
Bumping version to 1.1.0
Browse files Browse the repository at this point in the history
Minor release to address miscellaneous bug fixes and issues:
  * Fix Lodash typo #14
  * Remove Makefile for unit tests and fix existing #19 
  * Added ability to specify alt language pages #20 
  * Added possibility to choose which key should be used for priority on files #22 
  * Added possibility to choose which key should be used for private on files #23 
  * Added Travis integration #24
  • Loading branch information
njbraun authored Sep 6, 2016
1 parent fe8b3ee commit 08d9bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metalsmith-sitemap",
"version": "1.0.0",
"version": "1.1.0",
"description": "A metalsmith plugin for generating a sitemap.xml file.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 08d9bef

Please sign in to comment.