From 00364dc53cf0677d899ee318105ec93836ea2411 Mon Sep 17 00:00:00 2001 From: Cavell Blood Date: Thu, 23 Sep 2021 17:06:41 -0500 Subject: [PATCH] Version 1.0.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c85ae4c..b7b1867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 1.0.0 +### Changed +- Initial Release + ## 1.0.0-beta.2 ### Fixed - Added build files. diff --git a/package.json b/package.json index a3ef747..cba65b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sunset-to-sunset", - "version": "1.0.0-beta.2", + "version": "1.0.0", "description": "", "main": "src/js/main.js", "author": "Cavell Blood",