Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 3, 2024
1 parent cdc01e1 commit e1da0d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -14,7 +14,10 @@
"sourcemap": true,
"clean": true,
"dts": true,
"format": ["cjs", "esm"]
"format": [
"cjs",
"esm"
]
},
"files": [
"dist/*"
Expand Down

0 comments on commit e1da0d5

Please sign in to comment.