Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/loose-donuts-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-moons-dig.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @asmelabs/olib

## 0.2.0

### Minor Changes

- [#8](https://github.com/asmelabs/olib/pull/8) [`9f83d46`](https://github.com/asmelabs/olib/commit/9f83d4670489693a46a3f0d6b553a294f6087a79) Thanks [@mehdiasadli](https://github.com/mehdiasadli)! - Add cover module with fluent url builder for both authors and books, supporting different key types, sizes etc.

- [#10](https://github.com/asmelabs/olib/pull/10) [`cd1877b`](https://github.com/asmelabs/olib/commit/cd1877bed520652e74c939463a6a2af8616f8e77) Thanks [@mehdiasadli](https://github.com/mehdiasadli)! - Add search module. It can search through books, works, editions, etc.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asmelabs/olib",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"description": "An SDK for the OpenLibrary platform",
"author": "Mehdi Asadli <asadlimehdi25@gmail.com>",
"license": "MIT",
Expand Down