From 5b3613593f5b0f23d98d2e2f0f3a632b517510f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 03:45:59 +0000 Subject: [PATCH] chore(master): release 1.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ca38f..01dfd88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0](https://github.com/cfware/dialog/compare/v0.2.0...v1.0.0) (2023-10-17) + + +### ⚠ BREAKING CHANGES + +* Update dependencies + +### Features + +* Update dependencies ([9dec268](https://github.com/cfware/dialog/commit/9dec2685f71106574f07d8d873089feef4e73808)) + ## [0.2.0](https://github.com/cfware/dialog/compare/v0.1.3...v0.2.0) (2020-11-06) diff --git a/package.json b/package.json index 93b6d5b..98b2613 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cfware/dialog", - "version": "0.2.0", + "version": "1.0.0", "description": "Dialog overlays", "type": "module", "main": "dialog.js",