Skip to content

Commit

Permalink
Merge pull request #1676 from flowforge/update-for-1.3.2
Browse files Browse the repository at this point in the history
Update package.json and CHANGELOG 1.3.2
  • Loading branch information
knolleary committed Feb 7, 2023
2 parents 6045b19 + f1a480e commit b3dd15f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 1.3.2: Release

- Validate internal links that include # (backport #1666) (#1667) @app/github-actions
- Change PostHog config: apihost to apiurl (backport #1651) (#1652) @app/github-actions
- Make Posthog API Host configurable in flowforge.yml (backport #1649) (#1650) @app/github-actions
- docs: Add Safe mode for Node-RED (backport #1643) (#1644) @app/github-actions

#### 1.3.1: Release

- Move the credit banner into the project type section (backport #1613) (#1614) @github-actions
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": "@flowforge/flowforge",
"version": "1.3.1",
"version": "1.3.2",
"description": "An open source low-code development platform",
"scripts": {
"start": "node forge/app.js",
Expand Down

0 comments on commit b3dd15f

Please sign in to comment.