From 51439618bb4a7971f6f68973557f4f2a6ebcdcd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 04:13:34 +0000 Subject: [PATCH] chore(development): release 1.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..40c6e34 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## 1.0.0 (2024-05-03) + + +### ⚠ BREAKING CHANGES + +* added plugins type +* updated the config to match the new version +* enable on browser env ([#7](https://github.com/ubiquibot/configuration/issues/7)) + +### Features + +* added jest testing and action ([cdca8ed](https://github.com/ubiquibot/configuration/commit/cdca8edfd257face4117837b4620253296c7f431)) +* added plugins type ([02aa283](https://github.com/ubiquibot/configuration/commit/02aa28386e60b1c8190a35545120d3fc088de2e7)) +* enable on browser env ([#7](https://github.com/ubiquibot/configuration/issues/7)) ([709dd26](https://github.com/ubiquibot/configuration/commit/709dd2621eaa556460a2add1f4f4e1540a6303a6)) +* package creation for ubiquibot config ([7afa962](https://github.com/ubiquibot/configuration/commit/7afa9622cd8c30c27405104086af5d8ad05f58be)) +* updated the config to match the new version ([0f777c8](https://github.com/ubiquibot/configuration/commit/0f777c8710919abb3439f0b280280705bb21e93d)) diff --git a/package.json b/package.json index 55ce18d..3406666 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquibot/configuration", - "version": "2.0.3", + "version": "1.0.0", "private": false, "description": "Configuration helpers for Ubiquibot.", "author": "Ubiquity DAO",