Skip to content

Commit d9b8158

Browse files
chore(release): v0.1.0 [skip ci]
1 parent 47634cf commit d9b8158

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 0.1.0 (2024-10-18)
2+
3+
4+
### Features
5+
6+
* add context ([f41c7f8](https://github.com/baumrock/RockJavaScriptHooks/commit/f41c7f8881cd00a2df4960f2d782e0b3be348ab5))
7+
* add initial version ([d30280b](https://github.com/baumrock/RockJavaScriptHooks/commit/d30280b39caf0742d302af4d783a2ecab3d4df51))
8+
9+
10+
### Bug Fixes
11+
12+
* add check if hookable method exists ([ef9fe26](https://github.com/baumrock/RockJavaScriptHooks/commit/ef9fe268adc62227ebf24d5c93b52401b4fd87a8))
13+
* add missing addHookAfter/Before methods ([ece4a0b](https://github.com/baumrock/RockJavaScriptHooks/commit/ece4a0b3d0f4714ffe25c3b3ddc98383ecd8825a))
14+
* load admin.js only if it exists ([a67e158](https://github.com/baumrock/RockJavaScriptHooks/commit/a67e1582c2c4cd56e1100a1fd2f020bc45b5053f))
15+

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"version": "0.1.0"
3+
}

0 commit comments

Comments
 (0)