Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 15, 2022
1 parent fdcba2f commit bbc63c7
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 @@ -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
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.1",
"version": "1.0.0-alpha.2",
"description": "A tiny library for building modern DOM nodes fast with (or without) JSX.",
"files": [
"dist",
Expand Down

0 comments on commit bbc63c7

Please sign in to comment.