Skip to content

Commit

Permalink
chore(release): v0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Oct 18, 2024
1 parent 47634cf commit d9b8158
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 0.1.0 (2024-10-18)


### Features

* add context ([f41c7f8](https://github.com/baumrock/RockJavaScriptHooks/commit/f41c7f8881cd00a2df4960f2d782e0b3be348ab5))
* add initial version ([d30280b](https://github.com/baumrock/RockJavaScriptHooks/commit/d30280b39caf0742d302af4d783a2ecab3d4df51))


### Bug Fixes

* add check if hookable method exists ([ef9fe26](https://github.com/baumrock/RockJavaScriptHooks/commit/ef9fe268adc62227ebf24d5c93b52401b4fd87a8))
* add missing addHookAfter/Before methods ([ece4a0b](https://github.com/baumrock/RockJavaScriptHooks/commit/ece4a0b3d0f4714ffe25c3b3ddc98383ecd8825a))
* load admin.js only if it exists ([a67e158](https://github.com/baumrock/RockJavaScriptHooks/commit/a67e1582c2c4cd56e1100a1fd2f020bc45b5053f))

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"version": "0.1.0"
}

0 comments on commit d9b8158

Please sign in to comment.