From 665456632fa12895b3fd11aa5452a0fbea7f15be Mon Sep 17 00:00:00 2001 From: Chris Wilkinson Date: Mon, 29 Apr 2024 11:32:56 +0100 Subject: [PATCH] chore(release): 0.1.8 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1765099..a5fa64d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.8](https://github.com/thewilkybarkid/doi-ts/compare/v0.1.7...v0.1.8) (2024-04-29) + + +### Bug Fixes + +* correctly handle URL-encoded characters ([f5265a1](https://github.com/thewilkybarkid/doi-ts/commit/f5265a11bb492d81f7b88a8709f97db890b63e5b)) + ### [0.1.7](https://github.com/thewilkybarkid/doi-ts/compare/v0.1.6...v0.1.7) (2023-06-15) diff --git a/package-lock.json b/package-lock.json index 28d718b..52e5dac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "doi-ts", - "version": "0.1.7", + "version": "0.1.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "doi-ts", - "version": "0.1.7", + "version": "0.1.8", "license": "MIT", "dependencies": { "doi-regex": "^0.1.13" diff --git a/package.json b/package.json index 592545f..92e379b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "doi-ts", "description": "A DOI library for use with fp-ts.", - "version": "0.1.7", + "version": "0.1.8", "license": "MIT", "homepage": "https://github.com/thewilkybarkid/doi-ts", "repository": "github:thewilkybarkid/doi-ts",