Skip to content

Commit

Permalink
Tag v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz committed Aug 16, 2016
1 parent ccf5f8a commit 6758536
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v1.1.2] - 2016-08-16
### Added
- Use Google maps API Key if available

### Fixed
- Assets handling in Cockpit view

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

[Unreleased]: https://github.com/piotr-cz/cockpit-import/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/piotr-cz/cockpit-import/compare/v1.1.2...HEAD
[v1.1.1]: https://github.com/piotr-cz/cockpit-import/compare/v1.1.1...v1.1.2
[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
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "Import",
"version" : "1.1.1",
"version" : "1.1.2",
"description": "Spreadsheet import module",
"homepage" : "https://github.com/piotr-cz/cockpit-import",
"check_url" : "https://raw.github.com/piotr-cz/cockpit-import/master/package.json",
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": "cockpit-import-module",
"version": "1.1.1",
"version": "1.1.2",
"description": "Spreadsheet import module for Cockpit CMS",
"main": "gulpfile.js",
"scripts": {
Expand Down

0 comments on commit 6758536

Please sign in to comment.