Skip to content

Commit

Permalink
Release version 1.0.0 - Node18 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
kchu93 authored Jun 9, 2023
1 parent fc64ee9 commit b1bb5d1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### 1.0.0

**MAJOR UPDATE**

- Build with Node 18 + Npm ^9.5.1
- React 17
- Styled Components 5
- Typescript 4
- Eslint 7



### 0.1.0

- Initial public release
8 changes: 6 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "widget-builder",
"version": "0.0.1",
"version": "1.0.0",
"main": "src/server/index.ts",
"engines": {
"node": ">=18.0.0",
Expand Down

0 comments on commit b1bb5d1

Please sign in to comment.