diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..33f096a --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 New Jersey Innovation Authority + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 4ae3b7b..ff7f88f 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,11 @@ Steps to test your updates on a site that embeds the feedback widget can be foun 2. Confirm this worked by checking that `package.json` version has been bumped and a draft release for this version is available in the [Releases page](https://github.com/newjersey/feedback-widget/releases). 3. Click to Edit the new release, and update the description if needed. Click "Publish." This will trigger the publish-release Github Actions workflow. 4. Once the workflow is completed, confirm that the package is updated on [NPM registry](https://www.npmjs.com/package/@newjersey/feedback-widget). +5. Under [**For website without NPM**](https://github.com/newjersey/feedback-widget/tree/refs/heads/main?tab=readme-ov-file#for-website-without-npm), update the current version and as of date in the example sentence: +``` +For example, as of mm/dd/yyyy, the latest version is x.x.x, so you would use the following script tag: +``` +6. Remember to update the version in the script tag itself. ## Additional documentation (internal only) diff --git a/package-lock.json b/package-lock.json index 826b700..5bf4d9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@newjersey/feedback-widget", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@newjersey/feedback-widget", - "version": "0.7.0", + "version": "0.7.1", "license": "ISC", "devDependencies": { "@testing-library/dom": "^10.4.1", diff --git a/package.json b/package.json index e34e978..3cebf87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@newjersey/feedback-widget", - "version": "0.7.0", + "version": "0.7.1", "description": "Feedback widget to add to a web page, from the New Jersey Office of Innovation", "main": "feedback-widget.min.js", "scripts": { @@ -11,7 +11,7 @@ "url": "git+https://github.com/newjersey/feedback-widget.git" }, "author": "namanaman", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/newjersey/feedback-widget/issues" },