From 3cd3d6a107280e605c9e3fe504cf964eaacf40a0 Mon Sep 17 00:00:00 2001 From: Jan Hoffmann Date: Mon, 12 Jun 2023 16:06:44 +0200 Subject: [PATCH] docs: CHANGE and version bump for 1.4 (#233) --- client-js/CHANGELOG.md | 2 +- client-js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client-js/CHANGELOG.md b/client-js/CHANGELOG.md index dd6bacd9..fbf9c4bc 100644 --- a/client-js/CHANGELOG.md +++ b/client-js/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [1.3.1] - 2023-05-26 +## [1.4.0] - 2023-05-26 ### Fixed diff --git a/client-js/package.json b/client-js/package.json index 31f2c2cd..a0b02d87 100644 --- a/client-js/package.json +++ b/client-js/package.json @@ -1,6 +1,6 @@ { "name": "casper-cep78-js-client", - "version": "1.3.1", + "version": "1.4.0", "description": "CEP78 Enhanced NFT JS Client", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",