Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgw committed Jun 11, 2023
1 parent 048b9b1 commit 45076bc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
## [0.3.1](https://github.com/citation-js/plugin-isbn/compare/v0.3.0...v0.3.1) (2022-05-30)
## [0.3.2](https://github.com/citation-js/plugin-isbn/compare/v0.3.1...v0.3.2) (2023-06-11)


### Bug Fixes

# [0.3.0](https://github.com/citation-js/plugin-isbn/compare/v0.2.1...v0.3.0) (2021-05-22)
* **google:** do not include empty page counts ([52603f4](https://github.com/citation-js/plugin-isbn/commit/52603f47d52247f020a87a13b9c469e2aa720085))


* chore!: drop Node 8 support ([6dfb433](https://github.com/citation-js/plugin-isbn/commit/6dfb433ecdc0ff824495303c8b6dc480d4626d85))

## [0.3.1](https://github.com/citation-js/plugin-isbn/compare/v0.3.0...v0.3.1) (2022-05-30)



# [0.3.0](https://github.com/citation-js/plugin-isbn/compare/v0.2.1...v0.3.0) (2021-05-22)


### Bug Fixes

* **google:** fix undefined language handling ([84a7dca](https://github.com/citation-js/plugin-isbn/commit/84a7dcacb05b11bd43feb351fd5f9bbba6d03c4a))


* chore!: drop Node 8 support ([6dfb433](https://github.com/citation-js/plugin-isbn/commit/6dfb433ecdc0ff824495303c8b6dc480d4626d85))


### BREAKING CHANGES

* Node 8 support dropped. Upgrade to Node 10 or higher
Expand Down
4 changes: 2 additions & 2 deletions 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": "@citation-js/plugin-isbn",
"version": "0.3.1",
"version": "0.3.2",
"description": "Citation.js plugin to fetch ISBN metadata",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 45076bc

Please sign in to comment.