Skip to content

Commit

Permalink
v1.10.4
Browse files Browse the repository at this point in the history
## Version 1.10.4
### Bug Fixes
- Specify the Node versions that v1.10 of Jambo is compatible with. (#209)
  • Loading branch information
tmeyer2115 committed May 10, 2021
2 parents 6902768 + 924ffdf commit c7924b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jambo",
"version": "1.10.3",
"version": "1.10.4",
"description": "A JAMStack implementation using Handlebars",
"main": "index.js",
"scripts": {
Expand All @@ -13,6 +13,9 @@
"bin": {
"jambo": "src/cli.js"
},
"engines": {
"node": ">=12.0.0"
},
"author": "nbramblett@yext.com",
"license": "BSD-3-Clause",
"bugs": {
Expand Down

0 comments on commit c7924b0

Please sign in to comment.