Skip to content

Commit

Permalink
Release prep for version 1.13.0 (#736)
Browse files Browse the repository at this point in the history
* Update version

* Update changelog
  • Loading branch information
kmcginnes authored Jan 7, 2025
1 parent 64e7760 commit 18df1fe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# graph-explorer Change Log

## Upcoming
## Release 1.13.0

This release is a maintenance release with improvements to app startup, default
connection handling, and Neptune error handling.

- **Removed** URL parameter `configFile` support for the default connection
([#724](https://github.com/aws/graph-explorer/pull/724))
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": "graph-explorer",
"version": "1.12.1",
"version": "1.13.0",
"description": "Graph Explorer",
"author": "amazon",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-explorer-proxy-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer-proxy-server",
"version": "1.12.1",
"version": "1.13.0",
"description": "Server to facilitate communication between the browser and the supported graph database.",
"main": "dist/node-server.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer",
"version": "1.12.1",
"version": "1.13.0",
"description": "Graph Explorer",
"engines": {
"node": ">=22.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graph-explorer/shared",
"version": "1.12.1",
"version": "1.13.0",
"description": "Shared types and functions across client and server.",
"author": "amazon",
"license": "Apache-2.0",
Expand Down

0 comments on commit 18df1fe

Please sign in to comment.