Unverified Commit e38d5e5d authored by Hong Minhee's avatar Hong Minhee
Browse files

Version bump

[ci skip]
parent 20d1282d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
Fedify changelog
================

Version 1.0.0
Version 1.1.0
--------------

Released on September 26, 2024.
+1 −1
Original line number Diff line number Diff line
{
  "name": "@fedify/cli",
  "version": "1.0.0",
  "version": "1.1.0",
  "license": "MIT",
  "exports": "./mod.ts",
  "importMap": "import_map.g.json",
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ Fedify is an ESM-only package, so you need to add `"type": "module"` to the
{
  "type": "module",
  "dependencies": {
    "@fedify/fedify": "^1.0.0"
    "@fedify/fedify": "^1.1.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@^1.0.0"
    "@fedify/fedify": "jsr:@fedify/fedify@^1.1.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": "^1.0.0"
    "@fedify/fedify": "^1.1.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": "^1.0.0",
    "@fedify/fedify": "^1.1.0",
    "@hono/node-server": "^1.11.1"
  }
}
+1 −1
Original line number Diff line number Diff line
{
  "name": "@fedify/fedify",
  "version": "1.0.0",
  "version": "1.1.0",
  "license": "MIT",
  "exports": {
    ".": "./mod.ts",