@betahuhn/feedback-js
Advanced tools
Comparing version 0.3.1 to 1.0.0
@@ -0,1 +1,9 @@ | ||
## [v1.0.0] - 2020-12-31 | ||
[Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v1.0.0) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v0.3.1...v1.0.0) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v1.0.0) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v1.0.0.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v1.0.0.tar.gz)) | ||
### Breaking changes | ||
- [`3b5c2e0`](https://github.com/BetaHuhn/feedback-js/commit/3b5c2e0) Release v1.0.0 | ||
# Changelog | ||
@@ -6,16 +14,1 @@ All notable changes to this project will be documented in this file. | ||
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 | ||
## [v0.2.0] - 2020-10-21 | ||
### Added | ||
- support for optional email input field |
{ | ||
"name": "@betahuhn/feedback-js", | ||
"version": "0.3.1", | ||
"version": "1.0.0", | ||
"description": "Simple self-hosted feedback modal for any website", | ||
@@ -10,3 +10,3 @@ "main": "dist/feedback-js.min.js", | ||
"build": "node build.js", | ||
"prepare": "npm run build" | ||
"semantic-release": "semantic-release" | ||
}, | ||
@@ -28,2 +28,3 @@ "repository": { | ||
"devDependencies": { | ||
"@betahuhn/config": "^1.0.2", | ||
"@betahuhn/eslint-config-node": "^0.1.0", | ||
@@ -33,3 +34,6 @@ "eslint": "^7.11.0", | ||
"watch": "^1.0.2" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
@@ -5,3 +5,3 @@ <div align="center"> | ||
[](https://github.com/BetaHuhn/feedback-js/actions?query=workflow%3ABuild) [](https://github.com/BetaHuhn/feedback-js/blob/master/LICENSE)  [](https://www.npmjs.com/package/@betahuhn/feedback-js) [](https://github.com/BetaHuhn/feedback-js) | ||
[](https://github.com/BetaHuhn/feedback-js/actions?query=workflow%3ABuild) [](https://github.com/BetaHuhn/feedback-js/blob/master/LICENSE) [](https://www.npmjs.com/package/@betahuhn/feedback-js) [](https://github.com/BetaHuhn/feedback-js) | ||
@@ -8,0 +8,0 @@ Simple self-hosted feedback modal for any website |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
43831
1
5