From c7c7aa784c5096221d36db1c3d8a6bb181f49b7e Mon Sep 17 00:00:00 2001 From: Chris Wilkinson Date: Thu, 5 Sep 2024 16:35:03 +0100 Subject: [PATCH] chore(release): 0.1.10 --- 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 f0d7198..b91ba81 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.10](https://github.com/thewilkybarkid/doi-ts/compare/v0.1.9...v0.1.10) (2024-09-05) + + +### Features + +* add a constructor ([ea455d6](https://github.com/thewilkybarkid/doi-ts/commit/ea455d64634797b36c1b5eaabc1db6e78c5aa6bd)) + ### [0.1.9](https://github.com/thewilkybarkid/doi-ts/compare/v0.1.8...v0.1.9) (2024-04-29) diff --git a/package-lock.json b/package-lock.json index b960e2e..5694e50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "doi-ts", - "version": "0.1.9", + "version": "0.1.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "doi-ts", - "version": "0.1.9", + "version": "0.1.10", "license": "MIT", "devDependencies": { "@commitlint/cli": "^16.2.3", diff --git a/package.json b/package.json index 600f162..975c72e 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.9", + "version": "0.1.10", "license": "MIT", "homepage": "https://github.com/thewilkybarkid/doi-ts", "repository": "github:thewilkybarkid/doi-ts",