Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: chinodesuuu <chinodesuuu@gmail.com>
  • Loading branch information
sr229 committed Aug 27, 2024
1 parent 5180e0f commit 991a52c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.1.0] - 2024-08-27

- **NEW** - Library now passes Deno tests. Any forthcoming change should always pass through the test suite.
- **NEW** - Library now supports `Blob`. This is useful for Browser compatibility. Report any bugs if you find any!

## [4.0.0] - 2024-08-26

### Changed
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@clarity/sagiri",
"version": "4.0.2",
"version": "4.1.0",
"exports": "./lib/sagiri.ts"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sagiri",
"version": "4.0.0",
"version": "4.1.0",
"description": "A simple, lightweight and actually good JS wrapper for the SauceNAO API.",
"license": "MIT",
"exports": {
Expand Down

0 comments on commit 991a52c

Please sign in to comment.