From 34f2344be15681b69e4a6043c03f183962ed4f4d Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Fri, 17 Mar 2023 19:53:09 +0200 Subject: [PATCH] docs: roll v3.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d04549..5e074121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +[3.3.1]: https://github.com/PaulRBerg/prb-math/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/PaulRBerg/prb-math/compare/v3.2.0...v3.3.0 [3.2.0]: https://github.com/PaulRBerg/prb-math/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/PaulRBerg/prb-math/compare/v3.0.0...v3.1.0 @@ -27,6 +28,12 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th [1.0.1]: https://github.com/PaulRBerg/prb-math/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/PaulRBerg/prb-math/releases/tag/v1.0.0 +## [3.3.1] - 2023-03-17 + +### Changed + +- Bump submodules (@PaulRBerg) + ## [3.3.0] - 2023-02-06 ### Changed diff --git a/package.json b/package.json index e9b2a6fe..cfabdad8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prb/math", "description": "Solidity library for advanced fixed-point math", - "version": "3.3.0", + "version": "3.3.1", "author": { "name": "Paul Razvan Berg", "url": "https://github.com/PaulRBerg"