From 450475fff0b5db5d7901bdc89e9e39e7cf3ba758 Mon Sep 17 00:00:00 2001 From: Amandus Date: Tue, 13 Feb 2018 15:51:08 +0100 Subject: [PATCH] Change version to 0.1.2 Add Changelog entry. Fix 0.1.1 Release date. --- CHANGELOG.md | 7 ++++++- bower.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e96eb65..aa9ab197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.1.1] - 2017-10-12 +## [0.1.2] - 2018-02-13 + +### Fixed +- Pass empty options object to route request (https://github.com/GIScience/openrouteservice-app/issues/180) + +## [0.1.1] - 2018-02-07 ### Added - Build instructions diff --git a/bower.json b/bower.json index b24d1307..22382d78 100755 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "openrouteservice.org", "description": "angular version of openrouteservice.org", - "version": "0.1.1", + "version": "0.1.2", "homepage": "http://www.uni-heidelberg.de", "license": "MIT", "private": true, diff --git a/package.json b/package.json index 0804a0e0..47b5e4e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maps.openrouteservice.org", - "version": "0.1.1", + "version": "0.1.2", "scripts": { "start": "npm run lite", "lite": "lite-server"