Skip to content

Commit 270e2ee

Browse files
committed
chore: update to v2.2.2 release
1 parent b305dae commit 270e2ee

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.2](https://github.com/adobe/lit-mobx/compare/v2.2.1...v2.2.2) (2024-01-02)
2+
3+
### Bug Fixes
4+
5+
- correctly sets package as esm type, fixes [#171](https://github.com/adobe/lit-mobx/issues/171) ([#172](https://github.com/adobe/lit-mobx/issues/172)) ([e18db3e](https://github.com/adobe/lit-mobx/commit/e18db3eb6bd5bb0b5e00dca374e6515fb8a32c03))
6+
- fixes commitlint config under esm ([#173](https://github.com/adobe/lit-mobx/issues/173)) ([b305dae](https://github.com/adobe/lit-mobx/commit/b305dae1890a5455801054149487608ac85f3431))
7+
18
## [2.2.1](https://github.com/adobe/lit-mobx/compare/v2.2.0...v2.2.1) (2023-11-29)
29

310
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/lit-mobx",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Integrating mobx with lit-element!",
55
"license": "Apache-2.0",
66
"repository": "https://github.com/adobe/lit-mobx",

0 commit comments

Comments
 (0)