Skip to content

Commit d45378f

Browse files
committed
chore(release): publish
- inflekt@0.5.0
1 parent c80de34 commit d45378f

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

packages/inflekt/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/constructive-io/dev-utils/compare/inflekt@0.3.3...inflekt@0.5.0) (2026-03-26)
7+
8+
### Bug Fixes
9+
10+
- remove unused singularize import from matching.ts ([a81bf53](https://github.com/constructive-io/dev-utils/commit/a81bf53210daaabc9c614d14488af221f3271511))
11+
12+
### Features
13+
14+
- **inflekt:** add shared name-matching utilities and case helpers ([650d12e](https://github.com/constructive-io/dev-utils/commit/650d12e64998666e256ee8712cf25e6be74184af))
15+
616
## [0.3.3](https://github.com/constructive-io/dev-utils/compare/inflekt@0.3.2...inflekt@0.3.3) (2026-03-04)
717

818
### Bug Fixes

packages/inflekt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inflekt",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Inflection utilities for pluralization and singularization with PostGraphile-compatible Latin suffix handling",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/dev-utils",

0 commit comments

Comments
 (0)