Skip to content

Commit

Permalink
Tag v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz committed Mar 21, 2016
1 parent 2ae8964 commit 3f0fca0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ language: node_js
sudo: false

node_js:
- "4.1"
- "iojs"
- "5.8"

before_script:
- npm install
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v1.1.1] - 2016-03-21
### Fixed
- Import from Cockpit export JSON
- Mapping additional languages
Expand All @@ -25,6 +27,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial release

[Unreleased]: https://gitub.com/piotr-cz/cockpit-import/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/piotr-cz/cockpit-import/compare/v1.1.1...HEAD
[v1.1.1]: https://github.com/piotr-cz/cockpit-import/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/piotr-cz/cockpit-import/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/piotr-cz/cockpit-import/compare/v1.0.0-rc.1...v1.0.0
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "cockpit-import-module",
"version": "1.1.0",
"version": "1.1.1",
"description": "Spreadsheet import module for Cockpit CMS",
"main": "gulpfile.js",
"scripts": {
"help": "npm run [scriptName]",
"build": "cp -u ./node_modules/papaparse/{papaparse.js,papaparse.min.js} ./assets/3p/",
"test": "echo \"Error: no test specified\" && exit 1",
"test-cs": "jshint ./assets/js && jscs ./assets/js",
"travis": "jshint ./assets/js && jscs ./assets/js"
},
"author": "Piotr Konieczny <[email protected]> (http://www.piotr.cz)",
Expand All @@ -19,8 +20,8 @@
"papaparse": "^4.1.2"
},
"devDependencies": {
"jscs": "^2.0",
"jshint": "^2.8",
"jscs": "^2.11",
"jshint": "^2.9",
"gulp": "^3.9.0"
},
"config": {
Expand Down

0 comments on commit 3f0fca0

Please sign in to comment.