From 84420a373f69c97e581dc15aa487a11f8909bdd7 Mon Sep 17 00:00:00 2001 From: Adrian Setyadi Date: Sun, 4 Oct 2020 20:18:37 +0700 Subject: [PATCH] Release 0.1.10 --- CHANGELOG.md | 5 +++-- README.md | 3 ++- lib/apex_charts/version.rb | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc93ce..37ad613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/README.md b/README.md index 6dec669..089933c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/lib/apex_charts/version.rb b/lib/apex_charts/version.rb index 3603941..bfe86d5 100644 --- a/lib/apex_charts/version.rb +++ b/lib/apex_charts/version.rb @@ -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