Skip to content

Commit 9637ed2

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-09-01) ### Bug Fixes * invalid path in README example ([a0a0aff](a0a0aff)) * remove indentation from alerts syntax ([496595b](496595b)) ### Features * add more utility functions and write README ([82c08f2](82c08f2)) * create initial library ([5590e3f](5590e3f)) * upload base version of the library ([bea5136](bea5136))
1 parent a0a0aff commit 9637ed2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# 1.0.0 (2025-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* invalid path in README example ([a0a0aff](https://github.com/neg4n/bitf/commit/a0a0aff66bfd11fc4481d071dabedab3c90da6b1))
7+
* remove indentation from alerts syntax ([496595b](https://github.com/neg4n/bitf/commit/496595bae6cb4a66300f9d5279766d5c95a3d424))
8+
9+
10+
### Features
11+
12+
* add more utility functions and write README ([82c08f2](https://github.com/neg4n/bitf/commit/82c08f2da399adaf05463253b65ddb0a55211814))
13+
* create initial library ([5590e3f](https://github.com/neg4n/bitf/commit/5590e3fafafde5cc634d863da64f0f7b010638ee))
14+
* upload base version of the library ([bea5136](https://github.com/neg4n/bitf/commit/bea51360ba407b0ed1164c12d7d09ded2a10a114))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitf",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "A tiny utility to write and manage bit flags in JavaScript/TypeScript projects.",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)