Skip to content

Commit

Permalink
Merge pull request #14 from halvardssm/release-2024-12-29-15-24-38
Browse files Browse the repository at this point in the history
chore: release 2024.12.29a
  • Loading branch information
halvardssm authored Dec 29, 2024
2 parents 55aaf82 + a4943de commit 041327c
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 7 deletions.
30 changes: 30 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
### 2024.12.29a

#### @stdext/assert 0.1.0 (minor)

- BREAKING(*): bump all versions to minor 1.0

#### @stdext/crypto 0.1.0 (minor)

- BREAKING(*): bump all versions to minor 1.0

#### @stdext/encoding 0.1.0 (minor)

- BREAKING(*): bump all versions to minor 1.0

#### @stdext/http 0.1.0 (minor)

- BREAKING(*): bump all versions to minor 1.0

#### @stdext/json 0.1.0 (minor)

- BREAKING(*): bump all versions to minor 1.0

#### @stdext/lexer 0.1.0 (minor)

- BREAKING(*): bump all versions to minor 1.0

#### @stdext/types 0.1.0 (minor)

- BREAKING(*): bump all versions to minor 1.0

### 2024.12.29

#### @stdext/crypto 0.0.7 (patch)
Expand Down
2 changes: 1 addition & 1 deletion assert/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.2",
"version": "0.1.0",
"name": "@stdext/assert",
"exports": {
".": "./mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion crypto/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.7",
"version": "0.1.0",
"name": "@stdext/crypto",
"exports": {
"./hash": "./hash.ts",
Expand Down
2 changes: 1 addition & 1 deletion encoding/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.6",
"version": "0.1.0",
"name": "@stdext/encoding",
"exports": {
"./hex": "./hex.ts"
Expand Down
2 changes: 1 addition & 1 deletion http/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.6",
"version": "0.1.0",
"name": "@stdext/http",
"exports": {
"./header": "./header.ts",
Expand Down
2 changes: 1 addition & 1 deletion json/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.2",
"version": "0.1.0",
"name": "@stdext/json",
"exports": {
".": "./mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion lexer/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.2",
"version": "0.1.0",
"name": "@stdext/lexer",
"exports": {
".": "./mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion types/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.2",
"version": "0.1.0",
"name": "@stdext/types",
"exports": {
".": "./mod.ts"
Expand Down

0 comments on commit 041327c

Please sign in to comment.