Skip to content

Commit a8d0e76

Browse files
committed
chore: release v1.0.0
1 parent d8da188 commit a8d0e76

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## [1.0.0](https://github.com/exadel-inc/esl/compare/v0.6.0...v1.0.0) (2025-02-21)
2+
3+
Bump inner dependency versions and resolve npm vulnerability issues.
4+
5+
Minimum required Node.js version is 20.0.0.
6+
7+
### ⚠ BREAKING CHANGES
8+
* Drop support for Node <=18

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exadel/server-sketch",
3-
"version": "0.6.0",
3+
"version": "1.0.0",
44
"description": "Fast, flexible & extensible web-server for Component-Based architecture/applications. Easy way to use with AEM (Adobe Experience Manager (TM)). Best for local development. Helps developers quickly provide POC & demo for business. Based on Express server. Supports: file based structure, express server, doT.js templates, components, themes etc.",
55
"keywords": [
66
"ui",
@@ -43,8 +43,8 @@
4343
"author": "Dzianis Mantsevich <[email protected]>",
4444
"license": "MIT",
4545
"repository": {
46-
"type" : "git",
47-
"url" : "https://github.com/exadel-inc/server-sketch.git"
46+
"type": "git",
47+
"url": "https://github.com/exadel-inc/server-sketch.git"
4848
},
4949
"engines": {
5050
"node": ">=20.0.0",

0 commit comments

Comments
 (0)