From 3ba083fd8cc7cb405dcb4b3e42434e7f2e2a233c Mon Sep 17 00:00:00 2001 From: Travis Tidwell Date: Wed, 3 Jul 2024 15:13:11 -0500 Subject: [PATCH] Change the version in changelog. --- Changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 6bc5d286..f231adc2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased: 5.8.0-rc.1] +## [Unreleased: 5.7.0-rc.1] ### Changed - Increment minor version. diff --git a/package.json b/package.json index 328bc8b0..5eb62489 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uswds-viewer", - "version": "5.5.6", + "version": "5.8.0-rc.1", "description": "A Form.io form viewer application for US Web Design Standards", "main": "index.js", "scripts": {