Skip to content

Commit c5aee95

Browse files
committed
v2.0.0
1 parent 31e9f45 commit c5aee95

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
This covers how to upgrade between versions when there are breaking changes. General changelog notices can be found on the [Releases page on GitHub](https://github.com/twigjs/twig.js/releases).
44

5-
## 1.18.0
5+
## 2.0.0
66

77
- Ensure you are using Node.js >= 20

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "John Roepke <john@justjohn.us> (http://john.sh/)",
33
"name": "twig",
44
"description": "JS port of the Twig templating language.",
5-
"version": "1.18.0",
5+
"version": "2.0.0",
66
"homepage": "https://github.com/twigjs/twig.js",
77
"license": "BSD-2-Clause",
88
"licenses": [

src/twig.factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// This file handles creating the Twig library
44
module.exports = function factory() {
55
const Twig = {
6-
VERSION: '1.18.0'
6+
VERSION: '2.0.0'
77
};
88

99
require('./twig.core')(Twig);

0 commit comments

Comments
 (0)