Skip to content

Commit 67251ab

Browse files
committed
chore(release): 0.3.0
1 parent 9ee50c4 commit 67251ab

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
<a name="0.3.0"></a>
6+
# [0.3.0](https://github.com/microlinkhq/mql/compare/v0.2.12...v0.3.0) (2019-03-21)
7+
8+
9+
### Features
10+
11+
* add custom rules support ([f342dd3](https://github.com/microlinkhq/mql/commit/f342dd3))
12+
13+
14+
515
<a name="0.2.12"></a>
616
## [0.2.12](https://github.com/microlinkhq/mql/compare/v0.2.11...v0.2.12) (2019-03-11)
717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microlink/mql",
33
"description": "Microlink Query Language",
44
"homepage": "https://nicedoc.io/microlinkhq/mql",
5-
"version": "0.2.12",
5+
"version": "0.3.0",
66
"browser": "src/browser.js",
77
"main": "src/node.js",
88
"author": {

0 commit comments

Comments
 (0)