Skip to content

Commit 344529c

Browse files
committedSep 14, 2020
chore(release): 4.3.1
1 parent 745b48e commit 344529c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎docs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
### [4.3.1](https://github.com/hybridsjs/hybrids/compare/v4.3.0...v4.3.1) (2020-09-14)
6+
7+
8+
### Bug Fixes
9+
10+
* mark no side effects for better tree-shaking ([4397aa6](https://github.com/hybridsjs/hybrids/commit/4397aa66af508b7526ad9791ce8d5124b36e6f87))
11+
* **store:** clear error message for not found case ([4ad5ce3](https://github.com/hybridsjs/hybrids/commit/4ad5ce3930f8753b6234f3a5e7f2dcd1e63d3b80))
12+
513
## [4.3.0](https://github.com/hybridsjs/hybrids/compare/v4.2.1...v4.3.0) (2020-08-06)
614

715

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hybrids",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "The simplest way to create web components with plain objects and pure functions!",
55
"sideEffects": false,
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.