From 0f30ea08e9b8c9cf3a7c134a1739e2d378f44255 Mon Sep 17 00:00:00 2001 From: zakodium-bot <72201612+zakodium-bot@users.noreply.github.com> Date: Mon, 29 Aug 2022 18:01:46 +0200 Subject: [PATCH] chore(main): release 1.4.2 (#32) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf4582..aa9dd07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/zakodium/c6h6-react/compare/v1.4.1...v1.4.2) (2022-08-29) + + +### Bug Fixes + +* update pubchem library to fix when no experimental and identifiers ([#31](https://github.com/zakodium/c6h6-react/issues/31)) ([8576217](https://github.com/zakodium/c6h6-react/commit/8576217c693e288a3f68d04383b2a606188524b3)) + ### [1.4.1](https://www.github.com/zakodium/c6h6-react/compare/v1.4.0...v1.4.1) (2022-03-18) diff --git a/package-lock.json b/package-lock.json index 36e5f28..cfeb682 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "c6h6-react", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index adea219..61a56a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c6h6-react", - "version": "1.4.1", + "version": "1.4.2", "private": true, "scripts": { "build": "next build",