Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2020-06-29)

### chore

* **deps:** upgrade to typescript 3.9 ([#275](#275)) ([f2cc1d7](f2cc1d7))
* **deps:** upgrade to typescript 3.9 ([#275](#275)) ([8fa816d](8fa816d))

### BREAKING CHANGES

* **deps:** The compile target of the library changed from ES2015 to ES2018.
* **deps:** The compile target of the library changed from ES2015 to ES2018.
  • Loading branch information
semantic-release-bot committed Jun 29, 2020
1 parent f2cc1d7 commit 39896b3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.0.0](https://github.com/connium/simple-odf/compare/v1.0.0...v2.0.0) (2020-06-29)


### chore

* **deps:** upgrade to typescript 3.9 ([#275](https://github.com/connium/simple-odf/issues/275)) ([f2cc1d7](https://github.com/connium/simple-odf/commit/f2cc1d7b2f4d26714bee001c86a90e0c2f145391))
* **deps:** upgrade to typescript 3.9 ([#275](https://github.com/connium/simple-odf/issues/275)) ([8fa816d](https://github.com/connium/simple-odf/commit/8fa816db515493dd5f755bb368da35bbbe08063c))


### BREAKING CHANGES

* **deps:** The compile target of the library changed from ES2015 to ES2018.
* **deps:** The compile target of the library changed from ES2015 to ES2018.

# Changelog

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-odf",
"version": "1.0.0",
"version": "2.0.0",
"description": "Open Document Format made easy using pure JavaScript and Node.js",
"keywords": [
"open",
Expand Down

0 comments on commit 39896b3

Please sign in to comment.