Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2024-11-13)

### Bug Fixes

* **deps:** update dependency @metrics/client to v2.5.4 ([#16](#16)) ([800b226](800b226))
  • Loading branch information
semantic-release-bot committed Nov 13, 2024
1 parent 800b226 commit 53d7d1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.2](https://github.com/eik-lib/sink-file-system/compare/v1.0.1...v1.0.2) (2024-11-13)


### Bug Fixes

* **deps:** update dependency @metrics/client to v2.5.4 ([#16](https://github.com/eik-lib/sink-file-system/issues/16)) ([800b226](https://github.com/eik-lib/sink-file-system/commit/800b22602af2d7e326948d8914262ee0226356b2))

## [1.0.1](https://github.com/eik-lib/sink-file-system/compare/v1.0.0...v1.0.1) (2024-07-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eik/sink-file-system",
"version": "1.0.1",
"version": "1.0.2",
"description": "Sink implementation that persists files on the local file system.",
"main": "lib/main.js",
"types": "types/main.d.ts",
Expand Down

0 comments on commit 53d7d1c

Please sign in to comment.