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

Commit c6f4c10

Browse files
committed
chore(release): 0.14.1
1 parent 2fc25aa commit c6f4c10

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

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.14.1"></a>
6+
## [0.14.1](https://github.com/vivaxy/JavaScript/compare/v0.14.0...v0.14.1) (2018-12-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **parse:** :bug:Fix `[]` not supported ([2fc25aa](https://github.com/vivaxy/JavaScript/commit/2fc25aa))
12+
13+
14+
515
<a name="0.14.0"></a>
616
# [0.14.0](https://github.com/vivaxy/JavaScript/compare/v0.13.1...v0.14.0) (2018-09-29)
717

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.14.0",
3+
"version": "0.14.1",
44
"description": "JavaScript Complier and Executor",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)