Skip to content

Commit

Permalink
chore(main): release 0.6.4 (#339)
Browse files Browse the repository at this point in the history
* chore(main): release 0.6.4

* chore: Fix deps and lockfile.
  • Loading branch information
nzdjb committed Feb 17, 2024
1 parent 3591454 commit 4c52129
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.3"
".": "0.6.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.4](https://github.com/nzdjb/static-site-generator/compare/v0.6.3...v0.6.4) (2024-02-17)


### Bug Fixes

* bump marked from 11.2.0 to 12.0.0 ([#333](https://github.com/nzdjb/static-site-generator/issues/333)) ([40547a8](https://github.com/nzdjb/static-site-generator/commit/40547a8d40b490760fe4959283427fdbdffcc28b))

## [0.6.3](https://github.com/nzdjb/static-site-generator/compare/v0.6.2...v0.6.3) (2024-02-05)


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": "@nzdjb/static-site-generator",
"version": "0.6.3",
"version": "0.6.4",
"description": "Static site generator.",
"main": "dist/src/index.js",
"repository": "https://github.com/nzdjb/static-site-generator",
Expand Down
42 changes: 4 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3653,14 +3653,7 @@ __metadata:
languageName: node
linkType: hard

"function-bind@npm:^1.1.1":
version: 1.1.1
resolution: "function-bind@npm:1.1.1"
checksum: b32fbaebb3f8ec4969f033073b43f5c8befbb58f1a79e12f1d7490358150359ebd92f49e72ff0144f65f2c48ea2a605bff2d07965f548f6474fd8efd95bf361a
languageName: node
linkType: hard

"function-bind@npm:^1.1.2":
"function-bind@npm:^1.1.1, function-bind@npm:^1.1.2":
version: 1.1.2
resolution: "function-bind@npm:1.1.2"
checksum: 2b0ff4ce708d99715ad14a6d1f894e2a83242e4a52ccfcefaee5e40050562e5f6dafc1adbb4ce2d4ab47279a45dc736ab91ea5042d843c3c092820dfe032efb1
Expand Down Expand Up @@ -3831,16 +3824,7 @@ __metadata:
languageName: node
linkType: hard

"globals@npm:^13.19.0":
version: 13.22.0
resolution: "globals@npm:13.22.0"
dependencies:
type-fest: ^0.20.2
checksum: 64af5a09565341432770444085f7aa98b54331c3b69732e0de411003921fa2dd060222ae7b50bec0b98f29c4d00b4f49bf434049ba9f7c36ca4ee1773f60458c
languageName: node
linkType: hard

"globals@npm:^13.24.0":
"globals@npm:^13.19.0, globals@npm:^13.24.0":
version: 13.24.0
resolution: "globals@npm:13.24.0"
dependencies:
Expand Down Expand Up @@ -4276,16 +4260,7 @@ __metadata:
languageName: node
linkType: hard

"is-core-module@npm:^2.12.1, is-core-module@npm:^2.13.0":
version: 2.13.0
resolution: "is-core-module@npm:2.13.0"
dependencies:
has: ^1.0.3
checksum: 053ab101fb390bfeb2333360fd131387bed54e476b26860dc7f5a700bbf34a0ec4454f7c8c4d43e8a0030957e4b3db6e16d35e1890ea6fb654c833095e040355
languageName: node
linkType: hard

"is-core-module@npm:^2.13.1":
"is-core-module@npm:^2.12.1, is-core-module@npm:^2.13.0, is-core-module@npm:^2.13.1":
version: 2.13.1
resolution: "is-core-module@npm:2.13.1"
dependencies:
Expand Down Expand Up @@ -5495,16 +5470,7 @@ __metadata:
languageName: node
linkType: hard

"marked@npm:*":
version: 11.2.0
resolution: "marked@npm:11.2.0"
bin:
marked: bin/marked.js
checksum: 80757c268420d58d2fb2dadb8e1f9e80b96160dc667de69fe455cf5fd874e5cfec87a171249f49f28729e90de4bafa1f586562ffaad04836fe6e6c355365f60a
languageName: node
linkType: hard

"marked@npm:^12.0.0":
"marked@npm:*, marked@npm:^12.0.0":
version: 12.0.0
resolution: "marked@npm:12.0.0"
bin:
Expand Down

0 comments on commit 4c52129

Please sign in to comment.