Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.1 [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 d1035f5 commit fd090f1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!-- markdownlint-disable --><!-- textlint-disable -->

# 📓 Changelog

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.1](https://github.com/mariuslundgard/hypp/compare/v0.0.4...v1.0.0-alpha.1) (2022-10-15)

### ⚠ BREAKING CHANGES

- port to TypeScript

### Code Refactoring

- port to TypeScript ([d1035f5](https://github.com/mariuslundgard/hypp/commit/d1035f5e7cfd17e0ef119107ab266a2df0b8fa8c))
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": "0.0.4",
"version": "1.0.0-alpha.1",
"description": "A tiny library for building modern DOM nodes fast with (or without) JSX.",
"files": [
"dist",
Expand Down

0 comments on commit fd090f1

Please sign in to comment.