Skip to content

Commit bf1c4a3

Browse files
committed
1 parent a29e681 commit bf1c4a3

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
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="1.3.1"></a>
7+
## 1.3.1 (2017-06-24)
8+
9+
10+
### Bug Fixes
11+
12+
* Add files field to package.json ([13dcefb](https://github.com/micro-analytics/micro-analytics/commit/13dcefb))
13+
* Remove escape-regex on all packages except adapter-utils ([94a8aba](https://github.com/micro-analytics/micro-analytics/commit/94a8aba))
14+
* Use adapter-utils filtering in flat-file-db ([76cff47](https://github.com/micro-analytics/micro-analytics/commit/76cff47))

packages/adapter-flat-file-db/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-adapter-flat-file-db",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Store your micro-analytics data in flat-file-db!",
55
"license": "MIT",
66
"repository": "https://github.com/micro-analytics/micro-analytics",
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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="1.0.1"></a>
7+
## 1.0.1 (2017-06-24)
8+
9+
10+
### Bug Fixes
11+
12+
* Add files field to package.json ([13dcefb](https://github.com/micro-analytics/micro-analytics/commit/13dcefb))
13+
* Add zen-observable to adapter-memory ([a8aba90](https://github.com/micro-analytics/micro-analytics/commit/a8aba90))
14+
* Move utils from dev dependencies to dependencies in memory adapter ([858904d](https://github.com/micro-analytics/micro-analytics/commit/858904d))
15+
* Remove escape-regex on all packages except adapter-utils ([94a8aba](https://github.com/micro-analytics/micro-analytics/commit/94a8aba))

packages/adapter-memory/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-adapter-memory",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An in memory adapter for micro-analytics",
55
"license": "MIT",
66
"repository": "https://github.com/micro-analytics/micro-analytics",

0 commit comments

Comments
 (0)