Skip to content

Commit

Permalink
Release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
styd committed Sep 28, 2019
1 parent ca1e820 commit 974376e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.


## [Unreleased]
## [0.1.7] - 2019-09-28
### Added
- Support for Sinatra
- Ability to prefix chart helper names. This will allow using ApexCharts.RB
Expand Down Expand Up @@ -125,7 +125,8 @@ All notable changes to this project will be documented in this file.
- **Mixed charts**
- **Syncing charts**

[Unreleased]: https://github.com/styd/apexcharts.rb/compare/v0.1.6...HEAD
[Unreleased]: https://github.com/styd/apexcharts.rb/compare/v0.1.7...HEAD
[0.1.7]: https://github.com/styd/apexcharts.rb/compare/v0.1.6...v0.1.7
[0.1.6]: https://github.com/styd/apexcharts.rb/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/styd/apexcharts.rb/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/styd/apexcharts.rb/compare/v0.1.3...v0.1.4
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
This README might not be for the version you use.
Choose the right README:

> [v0.1.6] | [v0.1.5] | [v0.1.4] | [v0.1.3] | [v0.1.2] | [v0.1.1]
> [v0.1.7] | [v0.1.6] | [v0.1.5] | [v0.1.4] | [v0.1.3] | [v0.1.2] | [v0.1.1]
## Table of Contents

Expand Down Expand Up @@ -883,6 +883,7 @@ One time donation on [PayPal](https://paypal.me/junedchhipa)
[ApexCharts.JS]: https://github.com/apexcharts/apexcharts.js


[v0.1.7]: https://github.com/styd/apexcharts.rb/blob/v0.1.7/README.md
[v0.1.6]: https://github.com/styd/apexcharts.rb/blob/v0.1.6/README.md
[v0.1.5]: https://github.com/styd/apexcharts.rb/blob/v0.1.5/README.md
[v0.1.4]: https://github.com/styd/apexcharts.rb/blob/v0.1.4/README.md
Expand Down
2 changes: 1 addition & 1 deletion lib/apexcharts/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ApexCharts
VERSION = '0.1.6'
VERSION = '0.1.7'
end

0 comments on commit 974376e

Please sign in to comment.