RELEASING: Releasing 1 package(s)

Releases:
  @warkypublic/artemis-kit@1.0.8

[skip ci]
This commit is contained in:
Hein 2025-04-29 16:50:16 +02:00
parent 67a17e55a5
commit 6e1d960198
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
"@warkypublic/artemis-kit": patch
---
Added toBaseN and fromBaseN with test cases

View File

@ -1,5 +1,11 @@
# @warkypublic/artemis-kit # @warkypublic/artemis-kit
## 1.0.8
### Patch Changes
- 67a17e5: Added toBaseN and fromBaseN with test cases
## 1.0.7 ## 1.0.7
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@warkypublic/artemis-kit", "name": "@warkypublic/artemis-kit",
"version": "1.0.7", "version": "1.0.8",
"description": "A comprehensive TypeScript/JavaScript utility library focused on precision and efficiency.", "description": "A comprehensive TypeScript/JavaScript utility library focused on precision and efficiency.",
"type": "module", "type": "module",
"main": "./src/index.ts", "main": "./src/index.ts",