Skip to content

Commit

Permalink
chore(release): 0.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ged-odoo committed Sep 20, 2021
1 parent 64879db commit cc2c778
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### 0.9.20 (2021-09-20)


### Bug Fixes

* properly handle 0 or undefined as class attribute ([#32](https://github.com/ged-odoo/blockdom/issues/32)) ([64879db](https://github.com/ged-odoo/blockdom/commit/64879db81cdf1b0170f01b04d63b2ff23c15e43c))

### 0.9.19 (2021-09-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockdom",
"version": "0.9.19",
"version": "0.9.20",
"description": "virtual dom library",
"main": "dist/index.js",
"browser": "dist/blockdom.iife.js",
Expand Down

0 comments on commit cc2c778

Please sign in to comment.