Skip to content

Commit 9901c47

Browse files
committed
chore(release): 0.4.3
1 parent a04ffe1 commit 9901c47

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.3](https://github.com/eturino/claims.ts/compare/v0.4.2...v0.4.3) (2024-11-20)
6+
7+
8+
### Features
9+
10+
* enhance types to allow for readonly arguments ([a04ffe1](https://github.com/eturino/claims.ts/commit/a04ffe1ef06ef95a054d2482661f28790cf1d324))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** bump es-toolkit from 1.26.1 to 1.27.0 ([#549](https://github.com/eturino/claims.ts/issues/549)) ([07a09d3](https://github.com/eturino/claims.ts/commit/07a09d3ab3f41f04a2fdf01c65cf82cd4e4b1f9b))
16+
517
### [0.4.2](https://github.com/eturino/claims.ts/compare/v0.4.1...v0.4.2) (2024-11-05)
618

719

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "@eturino/claims",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
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",
77
"types": "dist/index.d.ts",
8-
"files": ["dist"],
8+
"files": [
9+
"dist"
10+
],
911
"scripts": {
1012
"commit": "git-cz",
1113
"build": "tsup",
@@ -30,7 +32,10 @@
3032
},
3133
"homepage": "https://github.com/eturino/claims.ts",
3234
"license": "MIT",
33-
"keywords": ["claims", "permissions"],
35+
"keywords": [
36+
"claims",
37+
"permissions"
38+
],
3439
"devDependencies": {
3540
"@biomejs/biome": "1.9.4",
3641
"@commitlint/cli": "^19.6.0",

0 commit comments

Comments
 (0)