Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Shryock committed Mar 30, 2021
1 parent 8af57e6 commit 809c919
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [Unreleased](https://github.com/paulshryock/release-bump/compare/HEAD..1.0.0)

### Added
- Bump Changelog.

### Changed

Expand All @@ -18,3 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

### Security

## [1.0.0](https://github.com/paulshryock/release-bump/releases/tags/v1.0.0) - 3/30/2021

### Added
- Bump Changelog.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release-bump",
"version": "0.0.0",
"version": "1.0.0",
"description": "Release Bump handles version bump tasks for a code release.",
"keywords": [
"release",
Expand Down

0 comments on commit 809c919

Please sign in to comment.