diff --git a/HISTORY.md b/HISTORY.md index 3ad637e..668af45 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ # History ## UNRELEASED + +## 3.0.0 - **[BREAKING]** Remove `filePath` from `Location.t`. - Upgrade to `rescript@10`. diff --git a/esy.json b/esy.json index c7fee3f..6226267 100644 --- a/esy.json +++ b/esy.json @@ -1,6 +1,6 @@ { "name": "rescript-logger-ppx", - "version": "2.2.0", + "version": "3.0.0", "description": "Logging implementation for ReScript", "author": "Alex Fedoseev ", "license": "MIT", diff --git a/package.json b/package.json index c202458..37b4489 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rescript-logger", - "version": "2.2.0", + "version": "3.0.0", "description": "Logging implementation for ReScript", "author": "Alex Fedoseev ", "license": "MIT",