diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a90f3..2cfdbce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.2](https://github.com/mariuslundgard/hypp/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-10-15) + +### Bug Fixes + +- include `src` in distribution files ([92a47b2](https://github.com/mariuslundgard/hypp/commit/92a47b26107601c50e011e1381b316c33642253b)) +- remove extension ([3a4d61b](https://github.com/mariuslundgard/hypp/commit/3a4d61bd7c590209dd8cff734b109569e2cab11d)) + ## [1.0.0-alpha.1](https://github.com/mariuslundgard/hypp/compare/v0.0.4...v1.0.0-alpha.1) (2022-10-15) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 6a590a4..f4fde20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hypp", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "A tiny library for building modern DOM nodes fast with (or without) JSX.", "files": [ "dist",