Skip to content

Commit

Permalink
Version 1.12.6 (#336)
Browse files Browse the repository at this point in the history
### Fixes
- Fixed an error where upgrading to the latest version of Jambo was incompatible with Node 12 (#335)
  • Loading branch information
nmanu1 authored May 24, 2024
2 parents ab560e0 + 6c9080a commit fbfb68a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jambo",
"version": "1.12.5",
"version": "1.12.6",
"description": "A JAMStack implementation using Handlebars",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"comment-json": "^3.0.2",
"file-system": "^2.2.2",
"fs-extra": "^8.1.0",
"gettext-extractor": "^3.5.2",
"gettext-extractor": "~3.6.2",
"glob-to-regexp": "^0.4.1",
"globby": "^11.0.1",
"handlebars": "^4.7.8",
Expand Down

0 comments on commit fbfb68a

Please sign in to comment.