From 1a206ed69f7b49d229db043e748a098cf3f1da22 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Mon, 14 Aug 2023 18:32:05 +0300 Subject: [PATCH] docs: roll v1.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24d784213..cfd69bb8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Common Changelog](https://common-changelog.org/). +[1.0.2]: https://github.com/sablier-labs/v2-core/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/sablier-labs/v2-core/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/sablier-labs/v2-core/releases/tag/v1.0.0 +## [1.0.2] - 2023-08-14 + +### Changed + +- Update `@prb/math` import paths to contain `src/` ([#648](https://github.com/sablier-labs/v2-core/pull/648)) + ## [1.0.1] - 2023-07-13 ### Changed diff --git a/package.json b/package.json index b13bfcb23..ae66ed1c0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@sablier/v2-core", "description": "Core smart contracts of the Sablier V2 token streaming protocol", "license": "BUSL-1.1", - "version": "1.0.1", + "version": "1.0.2", "author": { "name": "Sablier Labs Ltd", "url": "https://sablier.com"