Skip to content

Commit

Permalink
version bump to v3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Jul 27, 2024
1 parent e2002b8 commit 59f8ca5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build

on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: deploy-site

on:
workflow_dispatch:
release:
types: [released]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: release

on:
workflow_dispatch:
release:
types: [released]

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": "ecto",
"version": "3.0.7",
"version": "3.0.8",
"description": "Modern Template Consolidation Engine for EJS, Markdown, Pug, Nunjucks, Liquid, and Handlebars",
"type": "module",
"exports": "./dist/ecto.js",
Expand Down

0 comments on commit 59f8ca5

Please sign in to comment.