diff --git a/CHANGELOG.md b/CHANGELOG.md index 413a3af..31d99d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/ubiquity/ubiquibot-logger/compare/v1.1.2...v1.2.0) (2024-07-03) + + +### Features + +* the package is now compiled for both ESM and CommonJs ([42f1cab](https://github.com/ubiquity/ubiquibot-logger/commit/42f1cab960afd42dcb3c19097e800e02a8881aa0)) + ## [1.1.2](https://github.com/ubiquity/ubiquibot-logger/compare/v1.1.1...v1.1.2) (2024-07-02) diff --git a/package.json b/package.json index 22f6846..56ee81a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquity-dao/ubiquibot-logger", - "version": "1.1.2", + "version": "1.2.0", "description": "Ubiquity logging module with Supabase support.", "author": "Ubiquity DAO", "license": "MIT", @@ -14,7 +14,10 @@ "sourcemap": true, "clean": true, "dts": true, - "format": ["cjs", "esm"] + "format": [ + "cjs", + "esm" + ] }, "files": [ "dist/*"