Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.2.0...v3.0.0) (2022-01-17)

### Bug Fixes

* **deps:** upgrade node to resolve vulnerabilities ([#615](#615)) ([46d6959](46d6959))

### BREAKING CHANGES

* **deps:** Dropped support for Node.js versions less than v14.17
and v15 to upgrade dev dependencies to their latest versions.
  • Loading branch information
semantic-release-bot committed Jan 17, 2022
1 parent 46d6959 commit e57185d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.0.0](https://github.com/connium/simple-odf/compare/v2.2.0...v3.0.0) (2022-01-17)


### Bug Fixes

* **deps:** upgrade node to resolve vulnerabilities ([#615](https://github.com/connium/simple-odf/issues/615)) ([46d6959](https://github.com/connium/simple-odf/commit/46d6959cb3823facb5fd063ebe1e153fd8762d9f))


### BREAKING CHANGES

* **deps:** Dropped support for Node.js versions less than v14.17
and v15 to upgrade dev dependencies to their latest versions.

# [2.2.0](https://github.com/connium/simple-odf/compare/v2.1.0...v2.2.0) (2021-09-02)


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": "2.2.0",
"version": "3.0.0",
"description": "Open Document Format made easy using pure JavaScript and Node.js",
"keywords": [
"open",
Expand Down

0 comments on commit e57185d

Please sign in to comment.