Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smart committed Dec 5, 2022
1 parent 06514de commit 14ff468
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.4](https://github.com/tim-smart/dfx/compare/[email protected]@0.8.4) (2022-12-05)

**Note:** Version bump only for package dfx





## [0.8.3](https://github.com/tim-smart/dfx/compare/[email protected]@0.8.3) (2022-12-05)

**Note:** Version bump only for package dfx
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dfx",
"version": "0.8.3",
"version": "0.8.4",
"type": "module",
"publishConfig": {
"access": "public"
Expand All @@ -23,12 +23,12 @@
"./*": "./dist/*.js"
},
"devDependencies": {
"@effect/io": "^0.0.29",
"@fp-ts/data": "^0.0.19",
"@tim-smart/discord-api-docs-parser": "^0.4.1",
"@types/ws": "^8.5.3",
"lerna": "^4.0.0",
"typescript": "https://cdn.jsdelivr.net/npm/@tsplus/installer/compiler/typescript.tgz",
"@effect/io": "^0.0.29",
"@fp-ts/data": "^0.0.19"
"typescript": "https://cdn.jsdelivr.net/npm/@tsplus/installer/compiler/typescript.tgz"
},
"dependencies": {
"callbag-effect-ts": "1.0.0-alpha.17",
Expand Down

0 comments on commit 14ff468

Please sign in to comment.