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

Version bump

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

Version 0.12.1
--------------

To be released.


Version 0.12.0
--------------

+1 −1
Original line number Diff line number Diff line
{
  "name": "@fedify/cli",
  "version": "0.12.0",
  "version": "0.12.1",
  "exports": "./mod.ts",
  "importMap": "import_map.g.json",
  "compilerOptions": {
+2 −3
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ deno add @fedify/fedify
mkdir follow-server
cd follow-server/
echo '{ "type": "module" }' > package.json
bun add @deno/kv @fedify/fedify
bun add @fedify/fedify
~~~~

~~~~ sh [Node.js]
@@ -68,7 +68,7 @@ mkdir follow-server
cd follow-server/
echo '{ "type": "module" }' > package.json
npm add -D typescript tsx @types/node
npm add @deno/kv @fedify/fedify @hono/node-server
npm add @fedify/fedify @hono/node-server
~~~~

:::
@@ -92,7 +92,6 @@ The above commands will create a *deno.json* (in case of Deno) or *package.json*
{
  "type": "module",
  "dependencies": {
    "@deno/kv": "^0.8.0",
    "@fedify/fedify": "^0.12.0"
  }
}
+1 −1
Original line number Diff line number Diff line
{
  "name": "@fedify/fedify",
  "version": "0.12.0",
  "version": "0.12.1",
  "exports": {
    ".": "./mod.ts",
    "./federation": "./federation/mod.ts",