Skip to content

Commit

Permalink
Release 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
styd committed Oct 4, 2020
1 parent ca70778 commit 84420a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.1.10] - 2020-10-04
### Added
- Option to defer chart rendering
- ApexCharts.RB release version in source (in script attribute)
Expand Down Expand Up @@ -189,7 +189,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.9...HEAD
[Unreleased]: https://github.com/styd/apexcharts.rb/compare/v0.1.10...HEAD
[0.1.10]: https://github.com/styd/apexcharts.rb/compare/v0.1.9...v0.1.10
[0.1.9]: https://github.com/styd/apexcharts.rb/compare/v0.1.8...v0.1.9
[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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Organization/Company | Use Cas
This README might not be for the version you use.
Choose the right README:

> [v0.1.9] | [v0.1.8] | [v0.1.7] | [v0.1.6] | [v0.1.5] | [v0.1.4] | [v0.1.3] | [v0.1.2] | [v0.1.1]
> [v0.1.10] | [v0.1.9] | [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 @@ -891,6 +891,7 @@ The gem is available as open source under the terms of the
[ApexCharts.JS]: https://github.com/apexcharts/apexcharts.js


[v0.1.10]: https://github.com/styd/apexcharts.rb/blob/v0.1.10/README.md
[v0.1.9]: https://github.com/styd/apexcharts.rb/blob/v0.1.9/README.md
[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
Expand Down
4 changes: 2 additions & 2 deletions lib/apex_charts/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module ApexCharts
VERSION = '0.1.9'
RELEASE = "Unreleased"
VERSION = '0.1.10'
RELEASE = "0.1.10"
end

0 comments on commit 84420a3

Please sign in to comment.