From 0a647f8fcb1e568a0148e2d12f8d452df337f6ad Mon Sep 17 00:00:00 2001 From: chainchad <96362174+chainchad@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:12:47 -0400 Subject: [PATCH] Prep for test release, bump to test version 1.0.1 --- contracts/CHANGELOG.md | 2 ++ contracts/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/contracts/CHANGELOG.md b/contracts/CHANGELOG.md index 248e4f77664..1022269f9df 100644 --- a/contracts/CHANGELOG.md +++ b/contracts/CHANGELOG.md @@ -1,5 +1,7 @@ # @chainlink/contracts CHANGELOG.md +## 1.0.1 - TEST RELEASE + ## Unreleased - Moved `VRFCoordinatorV2Mock.sol` to src/v0.8/vrf/mocks diff --git a/contracts/package.json b/contracts/package.json index 10ffe83cd1c..fc11a6d6912 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/contracts", - "version": "0.8.0", + "version": "1.0.1", "description": "Chainlink smart contracts", "author": "Chainlink devs", "license": "MIT",