From c9cab4c5be9d204bfa6db7320da2ffb63119ae2d Mon Sep 17 00:00:00 2001 From: Rolf Erik Lekang Date: Thu, 29 Jun 2017 22:06:23 +0200 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdfff0d..8814344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [1.0.0](https://github.com/relekang/micro-analytics-adapter-redis/compare/v0.4.0...v1.0.0) (2017-06-29) + + +### Features + +* Add support for realtime events with pub/sub ([96517e5](https://github.com/relekang/micro-analytics-adapter-redis/commit/96517e5)), closes [#13](https://github.com/relekang/micro-analytics-adapter-redis/issues/13) + + + # [0.4.0](https://github.com/relekang/micro-analytics-adapter-redis/compare/v0.3.1...v0.4.0) (2017-06-26) diff --git a/package.json b/package.json index 5a0ee1e..e7ebfde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "micro-analytics-adapter-redis", - "version": "0.4.0", + "version": "1.0.0", "description": "", "main": "index.js", "scripts": {