Skip to content

Commit 9b6cb49

Browse files
chore(release): 1.2.3 [skip ci]
## [1.2.3](v1.2.2...v1.2.3) (2024-05-21) ### Bug Fixes * export Event type as generic ([36e3a55](36e3a55))
1 parent 36e3a55 commit 9b6cb49

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.3](https://github.com/podium-lib/browser/compare/v1.2.2...v1.2.3) (2024-05-21)
2+
3+
4+
### Bug Fixes
5+
6+
* export Event type as generic ([36e3a55](https://github.com/podium-lib/browser/commit/36e3a5545107a1f84eac70afc5b0b3464ce080fc))
7+
18
## [1.2.2](https://github.com/podium-lib/browser/compare/v1.2.1...v1.2.2) (2024-05-21)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@podium/browser",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"type": "module",
55
"main": "./dist/src/index.js",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)