Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit eb13ce7

Browse files
committed
v1.1.0
1 parent 1861bc5 commit eb13ce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
- **Unreleased**
3+
- **1.1.0 - August 26, 2020**
44
- [Issue #29](https://github.com/axlsx-styler-gem/axlsx_styler/issues/29) - Fix error `Invalid cellXfs id` when applying `dxf` styles
55
- [PR #28](https://github.com/axlsx-styler-gem/axlsx_styler/pull/28) - Allow passing arrays of cell ranges to the `add_style` and `add_border` methods
66
- **1.0.0 - January 5, 2020**

lib/axlsx_styler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AxlsxStyler
2-
VERSION = '1.0.0'
2+
VERSION = '1.1.0'
33
end

0 commit comments

Comments
 (0)