Skip to content

Commit e682ed7

Browse files
committed
chore: version bump
1 parent e93c008 commit e682ed7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog for osjs-dialog
22

3+
## 3.2.0 - 2023-03-02
4+
5+
* fix(file): disable OK button when no directory name is selected initially
6+
* chore(file): improve file/directory name placeholder text (#19)
7+
* fix(file): filename is cleared on navigation (#18)
8+
* ci: add commitlint and husky
9+
* Remove now defunct esdoc deploy
10+
* Update source code license comments
11+
* Update LICENSE
12+
313
## 3.1.2 - 2021-04-02
414

515
* Fixed typo (#16)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osjs/dialogs",
3-
"version": "3.1.2",
3+
"version": "3.2.0",
44
"description": "OS.js Dialogs",
55
"main": "dist/main.js",
66
"module": "dist/main.js",

0 commit comments

Comments
 (0)