chore(encoding): release encoding@1.0.0 (#4991)

This commit is contained in:
Asher Gomez 2024-06-30 21:23:12 +10:00 committed by GitHub
parent d102a10235
commit 7e503c8386
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
"@std/data-structures": "jsr:@std/data-structures@^1.0.0-rc.1",
"@std/datetime": "jsr:@std/datetime@^0.224.1",
"@std/dotenv": "jsr:@std/dotenv@^0.224.1",
"@std/encoding": "jsr:@std/encoding@1.0.0-rc.2",
"@std/encoding": "jsr:@std/encoding@1.0.0",
"@std/expect": "jsr:@std/expect@^0.224.5",
"@std/fmt": "jsr:@std/fmt@^0.225.4",
"@std/front-matter": "jsr:@std/front-matter@^0.224.2",

View File

@ -1,6 +1,6 @@
{
"name": "@std/encoding",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"exports": {
".": "./mod.ts",
"./ascii85": "./ascii85.ts",