Skip to content

Commit 041327c

Browse files
authored
Merge pull request #14 from halvardssm/release-2024-12-29-15-24-38
chore: release 2024.12.29a
2 parents 55aaf82 + a4943de commit 041327c

File tree

8 files changed

+37
-7
lines changed

8 files changed

+37
-7
lines changed

Releases.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
### 2024.12.29a
2+
3+
#### @stdext/assert 0.1.0 (minor)
4+
5+
- BREAKING(*): bump all versions to minor 1.0
6+
7+
#### @stdext/crypto 0.1.0 (minor)
8+
9+
- BREAKING(*): bump all versions to minor 1.0
10+
11+
#### @stdext/encoding 0.1.0 (minor)
12+
13+
- BREAKING(*): bump all versions to minor 1.0
14+
15+
#### @stdext/http 0.1.0 (minor)
16+
17+
- BREAKING(*): bump all versions to minor 1.0
18+
19+
#### @stdext/json 0.1.0 (minor)
20+
21+
- BREAKING(*): bump all versions to minor 1.0
22+
23+
#### @stdext/lexer 0.1.0 (minor)
24+
25+
- BREAKING(*): bump all versions to minor 1.0
26+
27+
#### @stdext/types 0.1.0 (minor)
28+
29+
- BREAKING(*): bump all versions to minor 1.0
30+
131
### 2024.12.29
232

333
#### @stdext/crypto 0.0.7 (patch)

assert/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.2",
2+
"version": "0.1.0",
33
"name": "@stdext/assert",
44
"exports": {
55
".": "./mod.ts",

crypto/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.7",
2+
"version": "0.1.0",
33
"name": "@stdext/crypto",
44
"exports": {
55
"./hash": "./hash.ts",

encoding/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.6",
2+
"version": "0.1.0",
33
"name": "@stdext/encoding",
44
"exports": {
55
"./hex": "./hex.ts"

http/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.6",
2+
"version": "0.1.0",
33
"name": "@stdext/http",
44
"exports": {
55
"./header": "./header.ts",

json/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.2",
2+
"version": "0.1.0",
33
"name": "@stdext/json",
44
"exports": {
55
".": "./mod.ts",

lexer/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.2",
2+
"version": "0.1.0",
33
"name": "@stdext/lexer",
44
"exports": {
55
".": "./mod.ts",

types/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.2",
2+
"version": "0.1.0",
33
"name": "@stdext/types",
44
"exports": {
55
".": "./mod.ts"

0 commit comments

Comments
 (0)