Skip to content

Commit

Permalink
release(Root): v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eanorambuena committed Jul 25, 2024
1 parent a02aa1b commit c3fba54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# CHANGELOG

# 1.6.0 (2024-07-25)
## 1.6.1 (2024-07-25)


### Bug Fixes

* **Root:** Avoid Reference Error asking for process in client side ([d2c163a](https://github.com/emmyjs/emmy-dom/commit/d2c163afb45b9ec642b8beaa570727bbce9667c0))
* **Root:** Avoid useEffect calling twice while using didMount ([a02aa1b](https://github.com/emmyjs/emmy-dom/commit/a02aa1bac27f3408b67c435f54249480a339dc78))



# [1.6.0](https://github.com/emmyjs/emmy-dom/compare/1.5.4...1.6.0) (2024-07-25)


### Bug Fixes
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": "emmy-dom",
"version": "1.6.0",
"version": "1.6.1",
"description": "A tiny simple front-end library for building web applications",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit c3fba54

Please sign in to comment.