From 6b3d048426b067e38a33cf708b9c8037c579e7e6 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Wed, 20 Dec 2023 11:04:07 +0100 Subject: [PATCH] build: version number typo (#507) # Motivation I had a typo in the CHANGELOG so this aligns version number in CHANGELOG and package.json --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce89204a..42fe9969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 2023.12.20-1400Z +# 2023.12.20-1000Z ## Overview diff --git a/package-lock.json b/package-lock.json index 64e6dfe1..370e2666 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dfinity/ic-js", - "version": "2023.12.20-0945Z", + "version": "2023.12.20-1000Z", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dfinity/ic-js", - "version": "2023.12.20-0945Z", + "version": "2023.12.20-1000Z", "license": "Apache-2.0", "workspaces": [ "packages/utils", diff --git a/package.json b/package.json index 2a0bf50c..8cd7fe67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/ic-js", - "version": "2023.12.20-0945Z", + "version": "2023.12.20-1000Z", "description": "A collection of library for interfacing with the Internet Computer.", "license": "Apache-2.0", "workspaces": [