Skip to content

Commit 6510c12

Browse files
authoredOct 17, 2023
chore(master): release 1.0.0 (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9dec268 commit 6510c12

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [1.0.0](https://github.com/cfware/dialog/compare/v0.2.0...v1.0.0) (2023-10-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Update dependencies
11+
12+
### Features
13+
14+
* Update dependencies ([9dec268](https://github.com/cfware/dialog/commit/9dec2685f71106574f07d8d873089feef4e73808))
15+
516
## [0.2.0](https://github.com/cfware/dialog/compare/v0.1.3...v0.2.0) (2020-11-06)
617

718

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfware/dialog",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "Dialog overlays",
55
"type": "module",
66
"main": "dialog.js",

0 commit comments

Comments
 (0)
Please sign in to comment.