Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 16, 2022
1 parent 38cfaf5 commit 9c5dac1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "hypp",
"version": "1.0.0-alpha.2",
"version": "1.0.0",
"description": "Create DOM elements using JSX.",
"files": [
"dist",
Expand Down

0 comments on commit 9c5dac1

Please sign in to comment.