Skip to content

Commit 2fee784

Browse files
committed
chore(release): 0.4.2
1 parent 429b600 commit 2fee784

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.4.2](https://github.com/eturino/claims.ts/compare/v0.4.1...v0.4.2) (2024-11-05)
6+
7+
8+
### Bug Fixes
9+
10+
* fixing tests and lodash usage ([7d15fb2](https://github.com/eturino/claims.ts/commit/7d15fb27dfef1858b47eaafaa42ae69d085f31ad))
11+
512
### [0.4.1](https://github.com/eturino/claims.ts/compare/v0.3.1...v0.4.1) (2024-11-05)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claims.ts",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Claim, ClaimSet and Ability for permissions (Typescript port of https://github.com/eturino/claims)",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)