Skip to content

Commit b04af72

Browse files
committed
1 parent bf1c4a3 commit b04af72

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
5+
6+
<a name="3.0.0"></a>
7+
# 3.0.0 (2017-06-24)
8+
9+
10+
### Bug Fixes
11+
12+
* Fix issue with node versions above 6.9 ([8a35c29](https://github.com/micro-analytics/micro-analytics/commit/8a35c29))
13+
* Remove escape-regex on all packages except adapter-utils ([94a8aba](https://github.com/micro-analytics/micro-analytics/commit/94a8aba))
14+
* Use is-async-supported to check for async await ([9f8d665](https://github.com/micro-analytics/micro-analytics/commit/9f8d665))

packages/micro-analytics-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micro-analytics-cli",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"description": "Public analytics as a Node.js microservice, no sysadmin experience required.",
55
"license": "MIT",
66
"repository": "https://github.com/micro-analytics/micro-analytics",

0 commit comments

Comments
 (0)