Unverified Commit 8c05e158 authored by Hong Minhee's avatar Hong Minhee
Browse files

Version bump

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

Version 1.0.0
--------------

To be released.


Version 0.15.0
--------------

+1 −1
Original line number Diff line number Diff line
{
  "name": "@fedify/cli",
  "version": "0.15.0",
  "version": "1.0.0",
  "license": "MIT",
  "exports": "./mod.ts",
  "importMap": "import_map.g.json",
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ Fedify is an ESM-only package, so you need to add `"type": "module"` to the
{
  "type": "module",
  "dependencies": {
    "@fedify/fedify": "^0.15.0"
    "@fedify/fedify": "^1.0.0"
  }
}
~~~~
+3 −3
Original line number Diff line number Diff line
@@ -80,7 +80,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.15.0"
    "@fedify/fedify": "jsr:@fedify/fedify@^1.0.0"
  }
}
~~~~
@@ -90,7 +90,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.15.0"
    "@fedify/fedify": "^1.0.0"
  }
}
~~~
@@ -105,7 +105,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.15.0",
    "@fedify/fedify": "^1.0.0",
    "@hono/node-server": "^1.11.1"
  }
}
+1 −1
Original line number Diff line number Diff line
{
  "name": "@fedify/fedify",
  "version": "0.15.0",
  "version": "1.0.0",
  "license": "MIT",
  "exports": {
    ".": "./mod.ts",