Skip to content

Commit

Permalink
prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Kühnapfel committed Jun 23, 2022
1 parent d1a309d commit 3bdfad6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [1.1.0] - 2022-06-23
### Added
- Added this changelog
- Added README
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Color Convert

[![code style: ts-standard](https://img.shields.io/badge/code%20style-ts--standard-blue)](https://standardjs.com/)
![Version: 1.0.0](https://img.shields.io/badge/version-1.0.0-242424)
![Version: 1.1.0](https://img.shields.io/badge/version-1.1.0-242424)

Simple color converter for JavaScript.

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": "color-convert",
"version": "1.0.0",
"version": "1.1.0",
"main": "dist/index.js",
"author": "Mike Kühnapfel <[email protected]>",
"license": "UNLICENSED",
Expand Down

0 comments on commit 3bdfad6

Please sign in to comment.