Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2023-03-30)

### Features

* add wrapper example ([6d295c2](6d295c2))
* adjust tag name ([b04cdc0](b04cdc0))
* **ci:** run on ci ([fc0b9dc](fc0b9dc))
* **deps:** update ([0d84019](0d84019))
* dynamic tag name ([385e0f9](385e0f9))
* init render hook ([b99d551](b99d551))
* remove problem-matcher ([e459529](e459529))
* **render-hook:** implement ([da5ca96](da5ca96))
* separate render-hook ([227162b](227162b))

### Bug Fixes

* add problem matcher ([03dda41](03dda41))
  • Loading branch information
semantic-release-bot committed Mar 30, 2023
1 parent 96a09a0 commit 76c5e60
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## 1.0.0 (2023-03-30)


### Features

* add wrapper example ([6d295c2](https://github.com/neovici/testing/commit/6d295c2fd9051aab7f8b1722e14dd53243247fd0))
* adjust tag name ([b04cdc0](https://github.com/neovici/testing/commit/b04cdc0ecbdee1570b039a0e26051e27291e9792))
* **ci:** run on ci ([fc0b9dc](https://github.com/neovici/testing/commit/fc0b9dc1da6d1e6a66ba820bc5cae3fe492e1c84))
* **deps:** update ([0d84019](https://github.com/neovici/testing/commit/0d840192c4a274b40fe923a6bca3e9edd355a5cc))
* dynamic tag name ([385e0f9](https://github.com/neovici/testing/commit/385e0f90a49456afa9327d581f7194849dec4de0))
* init render hook ([b99d551](https://github.com/neovici/testing/commit/b99d5513a4a760399975c65b6954b195d204ec93))
* remove problem-matcher ([e459529](https://github.com/neovici/testing/commit/e459529095db3ea3b8e8cf7b50e9251bdbf240f1))
* **render-hook:** implement ([da5ca96](https://github.com/neovici/testing/commit/da5ca964ac38c10c8f51a7db5427561e42ebb1cb))
* separate render-hook ([227162b](https://github.com/neovici/testing/commit/227162b1b9b82f74815c5823867841abe21c4609))


### Bug Fixes

* add problem matcher ([03dda41](https://github.com/neovici/testing/commit/03dda410be823af6b0c750cc04ad3fdd655a24db))
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": "@neovici/testing",
"version": "0.0.1",
"version": "1.0.0",
"description": "A testing utils library",
"keywords": [
"lit-html",
Expand Down

0 comments on commit 76c5e60

Please sign in to comment.