Skip to content

Commit

Permalink
Release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
styd committed Nov 13, 2019
1 parent e8c871b commit c2e138b
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.8] - 2019-11-13
### Added
- Example for rails app
- Support for reversed Y-Axis
Expand Down Expand Up @@ -142,7 +142,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.7...HEAD
[Unreleased]: https://github.com/styd/apexcharts.rb/compare/v0.1.8...HEAD
[0.1.8]: https://github.com/styd/apexcharts.rb/compare/v0.1.7...v0.1.8
[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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
This README might not be for the version you use.
Choose the right README:

> [v0.1.7] | [v0.1.6] | [v0.1.5] | [v0.1.4] | [v0.1.3] | [v0.1.2] | [v0.1.1]
> [v0.1.8] | [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 @@ -890,6 +890,7 @@ One time donation on [PayPal](https://paypal.me/junedchhipa)
[ApexCharts.JS]: https://github.com/apexcharts/apexcharts.js


[v0.1.8]: https://github.com/styd/apexcharts.rb/blob/v0.1.8/README.md
[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
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.7'
VERSION = '0.1.8'
end

0 comments on commit c2e138b

Please sign in to comment.