Skip to content

Commit da7db0e

Browse files
authored
Merge pull request #9 from Zendrex/changeset-release/main
chore: version packages
2 parents 293356c + 44ebbcb commit da7db0e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/clean-jsdoc-audit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @zendrex/annotate
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [`293356c`](https://github.com/Zendrex/annotate/commit/293356cbffa98a32ed026b7d4b865b0a204129cb) Thanks [@Zendrex](https://github.com/Zendrex)! - Cleaned up JSDoc documentation across the library: fixed incorrect `@see` references, removed redundant `@see` tags and repetitive boilerplate, added missing type assertion justifications, and trimmed over-explained type aliases for documentation-page readiness.
8+
39
## 0.1.3
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zendrex/annotate",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "A modern decorator and metadata system for TypeScript with built-in reflection.",
55
"author": "zendrex",
66
"license": "MIT",

0 commit comments

Comments
 (0)