From 8fb1e0c96fdbacba9bc3bff7fdeba367a2a9dc3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Barbeau?= Date: Wed, 5 Apr 2017 11:43:22 -0400 Subject: [PATCH] 0.6.1 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4cb9d17a..2ee386ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ + +## [0.6.1](https://github.com/infra-geo-ouverte/igo2/compare/0.6.0...v0.6.1) (2017-04-05) + + +### Bug Fixes + +* **intl:** add polyfill for intl ([eb702c9](https://github.com/infra-geo-ouverte/igo2/commit/eb702c9)) + + + -# [0.6.0](https://github.com/infra-geo-ouverte/igo2/compare/0.5.1...v0.6.0) (2017-04-04) +# [0.6.0](https://github.com/infra-geo-ouverte/igo2/compare/0.5.1...0.6.0) (2017-04-04) ### Features diff --git a/package.json b/package.json index 4bbb001ef..9f348b8d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "igo", - "version": "0.6.0", + "version": "0.6.1", "description": "Infrastructure géomatique ouverte", "repository": { "url": "https://github.com/infra-geo-ouverte/igo2"