Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Jun 24, 2017
1 parent bf1c4a3 commit b04af72
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/micro-analytics-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

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.

<a name="3.0.0"></a>
# 3.0.0 (2017-06-24)


### Bug Fixes

* Fix issue with node versions above 6.9 ([8a35c29](https://github.com/micro-analytics/micro-analytics/commit/8a35c29))
* Remove escape-regex on all packages except adapter-utils ([94a8aba](https://github.com/micro-analytics/micro-analytics/commit/94a8aba))
* Use is-async-supported to check for async await ([9f8d665](https://github.com/micro-analytics/micro-analytics/commit/9f8d665))
2 changes: 1 addition & 1 deletion packages/micro-analytics-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micro-analytics-cli",
"version": "2.2.0",
"version": "3.0.0",
"description": "Public analytics as a Node.js microservice, no sysadmin experience required.",
"license": "MIT",
"repository": "https://github.com/micro-analytics/micro-analytics",
Expand Down

0 comments on commit b04af72

Please sign in to comment.