Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhn committed Oct 21, 2020
1 parent dd865ac commit 382b731
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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).

## [v0.3.0] - 2020-10-21
- first release

## [v0.2.0] - 2020-10-21
### Added
- support for optional email input field
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@betahuhn/feedback-js",
"version": "0.2.0",
"description": "",
"version": "0.3.0",
"description": "Simple self-hosted feedback modal for any website",
"main": "dist/feedback-js.min.js",
"scripts": {
"lint": "eslint ./src/",
Expand All @@ -12,7 +12,7 @@
"type": "git",
"url": "git+https://github.com/BetaHuhn/feedback-js.git"
},
"author": "Maximilian Schiller <schiller@mxis.ch>",
"author": "Maximilian Schiller <hello@mxis.ch>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BetaHuhn/feedback-js/issues"
Expand Down

0 comments on commit 382b731

Please sign in to comment.