Skip to content

Commit

Permalink
Bump to v1.1.0 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Jul 4, 2017
1 parent 340c2cb commit 27d9e66
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

## [v1.1.0](https://github.com/vsimonian/jshiki/tree/v1.1.0) (2017-07-03)
[Full Changelog](https://github.com/vsimonian/jshiki/compare/v1.0.0...v1.1.0)

**Implemented enhancements:**

- Added exponential and bitwise operators. [\#1](https://github.com/vsimonian/jshiki/pull/1) ([emorris00](https://github.com/emorris00))

## [v1.0.0](https://github.com/vsimonian/jshiki/tree/v1.0.0) (2017-06-29)
[Full Changelog](https://github.com/vsimonian/jshiki/compare/v0.0.3...v1.0.0)

## [v0.0.3](https://github.com/vsimonian/jshiki/tree/v0.0.3) (2015-09-14)
[Full Changelog](https://github.com/vsimonian/jshiki/compare/v0.0.2...v0.0.3)

## [v0.0.2](https://github.com/vsimonian/jshiki/tree/v0.0.2) (2015-09-07)
[Full Changelog](https://github.com/vsimonian/jshiki/compare/v0.0.1...v0.0.2)

## [v0.0.1](https://github.com/vsimonian/jshiki/tree/v0.0.1) (2015-09-07)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jshiki",
"version": "1.0.0",
"version": "1.1.0",
"description": "Lightweight expression parsing and execution library for Node.js",
"keywords": [
"expression",
Expand Down

0 comments on commit 27d9e66

Please sign in to comment.