diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cfdbce..2ec6bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0](https://github.com/mariuslundgard/hypp/compare/v0.0.4...v1.0.0) (2022-10-16) + +### ⚠ BREAKING CHANGES + +- port to TypeScript + +### 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)) + +### Code Refactoring + +- port to TypeScript ([d1035f5](https://github.com/mariuslundgard/hypp/commit/d1035f5e7cfd17e0ef119107ab266a2df0b8fa8c)) + ## [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 diff --git a/package.json b/package.json index 0ceb637..5a53ff7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hypp", - "version": "1.0.0-alpha.2", + "version": "1.0.0", "description": "Create DOM elements using JSX.", "files": [ "dist",