Skip to content

Commit

Permalink
chore(release): 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed May 4, 2022
1 parent 3d7353a commit 3f2b922
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [8.0.1](https://github.com/hybridsjs/hybrids/compare/v8.0.0...v8.0.1) (2022-05-04)


### Bug Fixes

* **cli:** multiline comments and regexp skip reorder ([08d3412](https://github.com/hybridsjs/hybrids/commit/08d3412b7c187298501df606b00064401e7fbc10))
* **localize:** remove circural dependncies in files ([3d7353a](https://github.com/hybridsjs/hybrids/commit/3d7353aed52d8c520e1fc4998a5155cc66e5b54d))

## [8.0.0](https://github.com/hybridsjs/hybrids/compare/v7.1.0...v8.0.0) (2022-04-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hybrids",
"version": "8.0.0",
"version": "8.0.1",
"description": "A JavaScript framework for creating fully-featured web applications, components libraries, and single web components with unique declarative and functional architecture",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit 3f2b922

Please sign in to comment.