Skip to content

Commit 2adbefe

Browse files
committed
chore(release): 0.3.11
1 parent 4920073 commit 2adbefe

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
### [0.3.11](https://github.com/microlinkhq/mql/compare/v0.3.10...v0.3.11) (2019-06-09)
6+
7+
8+
### Bug Fixes
9+
10+
* setup umd main file properly ([4804c27](https://github.com/microlinkhq/mql/commit/4804c27))
11+
* umd ([ac37de9](https://github.com/microlinkhq/mql/commit/ac37de9))
12+
* use default constructor ([ee75e1c](https://github.com/microlinkhq/mql/commit/ee75e1c))
13+
14+
15+
### Build System
16+
17+
* generate build after release ([4920073](https://github.com/microlinkhq/mql/commit/4920073))
18+
* ignore stats.html ([c43e0cc](https://github.com/microlinkhq/mql/commit/c43e0cc))
19+
20+
21+
522
### [0.3.10](https://github.com/microlinkhq/mql/compare/v1.0.6...v0.3.10) (2019-06-08)
623

724

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.3.10",
5+
"version": "0.3.11",
66
"browser": "src/browser.js",
77
"main": "src/node.js",
88
"author": {

0 commit comments

Comments
 (0)