Skip to content
This repository was archived by the owner on Apr 10, 2023. It is now read-only.

Commit 849d89d

Browse files
committed
chore(release): 0.14.0
1 parent fd6b414 commit 849d89d

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.14.0"></a>
6+
# [0.14.0](https://github.com/vivaxy/JavaScript/compare/v0.13.1...v0.14.0) (2018-09-29)
7+
8+
9+
### Features
10+
11+
* **execute:** :sparkles:Support MemberExpression ([fd6b414](https://github.com/vivaxy/JavaScript/commit/fd6b414))
12+
* **parse:** :sparkles:SequenceExpression ([4f792e6](https://github.com/vivaxy/JavaScript/commit/4f792e6))
13+
14+
15+
516
<a name="0.13.1"></a>
617
## [0.13.1](https://github.com/vivaxy/JavaScript/compare/v0.13.0...v0.13.1) (2018-09-06)
718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vivaxy/javascript",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"description": "JavaScript Complier and Executor",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)