Skip to content

Commit bae1f3c

Browse files
committed
Update CHANGELOG and README after rebasing on master
1 parent 2a5d1ce commit bae1f3c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
- New constructors to build grids from tables and trees (`table-grid` and
1919
`tree-grid`), which supplant the deprecated constructors from v1.x (`tree`
2020
and `table`)
21+
22+
## [1.3.3] - 2020-07-11
23+
### Fixed
24+
- Bug where columns would only auto resize up until 'J'
25+
- Unnecessary Rhizome dependency causing headaches in headless environments
2126

2227
## [1.3.2] - 2020-04-15
2328
### Fixed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ boilerplate-free common sense styling.
88

99
Lein:
1010
```
11-
[org.clojars.mjdowney/excel-clj "1.2.0-SNAPSHOT"]
11+
[org.clojars.mjdowney/excel-clj "2.0.0-SNAPSHOT"]
1212
```
1313

1414
- [Getting Started](#getting-started)
@@ -19,7 +19,6 @@ Lein:
1919
- [What are the options for styling?](#what-are-the-options-for-styling?)
2020
- [Grids](#grids)
2121
- [Templates](#templates)
22-
- [More Examples](#more-examples)
2322
- [Roadmap](#roadmap)
2423

2524
## Getting Started

0 commit comments

Comments
 (0)