From 991a52c4c333b059c19a273aaa314eba98a653b7 Mon Sep 17 00:00:00 2001 From: chinodesuuu Date: Tue, 27 Aug 2024 14:48:41 +0000 Subject: [PATCH] 4.1.0 Signed-off-by: chinodesuuu --- CHANGELOG.md | 5 +++++ jsr.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4cd138b..1fda0d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/jsr.json b/jsr.json index b6e60a6b..dc2ce3eb 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,5 @@ { "name": "@clarity/sagiri", - "version": "4.0.2", + "version": "4.1.0", "exports": "./lib/sagiri.ts" } diff --git a/package.json b/package.json index 2f122c70..f857f648 100644 --- a/package.json +++ b/package.json @@ -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": {