From 77d2847956657e6b165a1cc7e226bb0a7dd6dac7 Mon Sep 17 00:00:00 2001 From: Lars Willighagen Date: Wed, 20 Mar 2024 13:45:44 +0100 Subject: [PATCH] 0.6.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd79ee0..064946a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.6.1](https://github.com/identification-resources/formica/compare/v0.6.0...v0.6.1) (2024-03-20) + + +### Bug Fixes + +* **resources:** allow two-part hybrid names ([8e3b836](https://github.com/identification-resources/formica/commit/8e3b8368985d1db35b62d306d833121150e91865)) + + + # [0.6.0](https://github.com/identification-resources/formica/compare/v0.5.2...v0.6.0) (2024-01-05) diff --git a/package.json b/package.json index 3d6ff5f..04c0865 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larsgw/formica", - "version": "0.6.0", + "version": "0.6.1", "description": "SDK and tools for data from the Library of Identification Resources", "main": "lib/index.js", "types": "lib/index.d.ts",