Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - micro-analytics-cli@3.1.0
  • Loading branch information
relekang committed Jun 28, 2017
1 parent d18b27d commit c09b91b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions packages/micro-analytics-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
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.1.0"></a>
# [3.1.0](https://github.com/micro-analytics/micro-analytics/compare/micro-analytics-cli@3.0.1...micro-analytics-cli@3.1.0) (2017-06-28)


### Bug Fixes

* Accept empty POST requests ([264bbe8](https://github.com/micro-analytics/micro-analytics/commit/264bbe8))
* Add logging of errors from parsing meta ([1243281](https://github.com/micro-analytics/micro-analytics/commit/1243281))
* Add support for OPTIONS request to support fetch ([6863460](https://github.com/micro-analytics/micro-analytics/commit/6863460))
* Pass filtering to get ([d18b27d](https://github.com/micro-analytics/micro-analytics/commit/d18b27d)), closes [#33](https://github.com/micro-analytics/micro-analytics/issues/33)
* Stop silently fail json parsing of meta ([0a8eb8c](https://github.com/micro-analytics/micro-analytics/commit/0a8eb8c))
* Upgrade micro to get support for json parsing ([298ad7e](https://github.com/micro-analytics/micro-analytics/commit/298ad7e))


### Features

* Add support for meta through post requests ([a472ab9](https://github.com/micro-analytics/micro-analytics/commit/a472ab9)), closes [#24](https://github.com/micro-analytics/micro-analytics/issues/24)




<a name="3.0.1"></a>
## [3.0.1](https://github.com/micro-analytics/micro-analytics/compare/micro-analytics-cli@3.0.0...micro-analytics-cli@3.0.1) (2017-06-24)

Expand Down
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": "3.0.1",
"version": "3.1.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 c09b91b

Please sign in to comment.