Unverified Commit 72e6e673 authored by Hong Minhee's avatar Hong Minhee
Browse files

Version bump

[ci skip]
parent 5223e88b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3,6 +3,12 @@
Fedify changelog
================

Version 0.14.0
--------------

To be released.


Version 0.13.0
--------------

+1 −1
Original line number Diff line number Diff line
{
  "name": "@fedify/cli",
  "version": "0.13.0",
  "version": "0.14.0",
  "exports": "./mod.ts",
  "importMap": "import_map.g.json",
  "compilerOptions": {
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ Fedify is an ESM-only package, so you need to add `"type": "module"` to the
{
  "type": "module",
  "dependencies": {
    "@fedify/fedify": "^0.13.0"
    "@fedify/fedify": "^0.14.0"
  }
}
~~~~
+3 −3
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ The above commands will create a *deno.json* (in case of Deno) or *package.json*
{
  "unstable": ["kv", "temporal"],
  "imports": {
    "@fedify/fedify": "jsr:@fedify/fedify@^0.13.0"
    "@fedify/fedify": "jsr:@fedify/fedify@^0.14.0"
  }
}
~~~~
@@ -93,7 +93,7 @@ The above commands will create a *deno.json* (in case of Deno) or *package.json*
  "type": "module",
  "dependencies": {
    "@deno/kv": "^0.8.1",
    "@fedify/fedify": "^0.13.0"
    "@fedify/fedify": "^0.14.0"
  }
}
~~~
@@ -108,7 +108,7 @@ The above commands will create a *deno.json* (in case of Deno) or *package.json*
  },
  "dependencies": {
    "@deno/kv": "^0.8.1",
    "@fedify/fedify": "^0.13.0",
    "@fedify/fedify": "^0.14.0",
    "@hono/node-server": "^1.11.1"
  }
}
+1 −1
Original line number Diff line number Diff line
{
  "name": "@fedify/fedify",
  "version": "0.13.0",
  "version": "0.14.0",
  "exports": {
    ".": "./mod.ts",
    "./federation": "./federation/mod.ts",