Skip to content

Commit

Permalink
Bump version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhn committed Nov 18, 2020
1 parent 6dce5de commit d53975b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.1] - 2020-11-18
### Changed
- update dependencies

### Added
- add prepare command to package.json
- add upload to cdn workflow

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

Expand Down
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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@betahuhn/feedback-js",
"version": "0.3.0",
"version": "0.3.1",
"description": "Simple self-hosted feedback modal for any website",
"main": "dist/feedback-js.min.js",
"scripts": {
"lint": "eslint ./src/",
"watch": "watch 'npm run build' ./src/ --interval=1",
"build": "node build.js"
"build": "node build.js",
"prepare": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d53975b

Please sign in to comment.