Skip to content

Commit dcacea6

Browse files
committed
2.1.0
1 parent bc6cf4c commit dcacea6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [2.1.0] - 2018-09-22
810
### Changed
911
- When providing less cells than a row has columns, instead of throwing, autofill the row with empty cells #101
1012

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pdfjs",
33
"author": "Markus Ast <[email protected]>",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"description": "A Portable Document Format (PDF) generation library targeting both the server- and client-side.",
66
"keywords": [
77
"pdf",

0 commit comments

Comments
 (0)