Skip to content

Commit

Permalink
build: version number typo (#507)
Browse files Browse the repository at this point in the history
# Motivation

I had a typo in the CHANGELOG so this aligns version number in CHANGELOG
and package.json
  • Loading branch information
peterpeterparker authored Dec 20, 2023
1 parent 907bbeb commit 6b3d048
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2023.12.20-1400Z
# 2023.12.20-1000Z

## Overview

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 6b3d048

Please sign in to comment.