Skip to content

Commit 7d7c49d

Browse files
Version Packages
1 parent 3ad668a commit 7d7c49d

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

.changeset/lemon-baboons-cover.md

-5
This file was deleted.

.changeset/nice-points-watch.md

-5
This file was deleted.

packages/fastify/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @effect/fastify
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#1](https://github.com/Effect-TS/fastify/pull/1) [`1e4e36e`](https://github.com/Effect-TS/fastify/commit/1e4e36e03bb96d387319da1b66929ae5a6d9cc18) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Base API to the point of create & listen
8+
9+
* [#3](https://github.com/Effect-TS/fastify/pull/3) [`3ad668a`](https://github.com/Effect-TS/fastify/commit/3ad668a6c4197bae5b9aa0a7c510005c57103df7) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Add Opaque Type utility

packages/fastify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect/fastify",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"type": "module",
55
"license": "MIT",
66
"repository": "https://github.com/Effect-TS/fastify.git",

0 commit comments

Comments
 (0)