Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 8ccf53b

Browse files
committed
🎬 Prepare v0.2.0 release
1 parent a266e18 commit 8ccf53b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ tries to follow the [Keep a CHANGELOG](http://keepachangelog.com) convention.
66

77
## [vNext](https://github.com/jerone/atom-html2js/compare/v0.1.0...master) - Unreleased
88

9+
*
10+
11+
## [v0.2.0](https://github.com/jerone/atom-html2js/compare/v0.1.0...v0.2.0) - 2016-03-27
12+
913
* :bug: Fallback grammar when Babel isn't available.
1014
* :sparkles: Input can be selection.
15+
* :package: :arrow_up:
1116

1217
## v0.1.0 - 2016-03-21
1318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "HTML2JS",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Convert HTML to JavaScript",
55
"keywords": [
66
"HTML",

0 commit comments

Comments
 (0)