Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unjs-archive/is-https
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: unjs-archive/is-https
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 14, 2020

  1. fix(pkg): add files field

    pi0 committed Dec 14, 2020
    Copy the full SHA
    6913c08 View commit details
  2. chore(release): 3.0.1

    pi0 committed Dec 14, 2020
    Copy the full SHA
    5211eb9 View commit details
Showing with 11 additions and 1 deletion.
  1. +7 −0 CHANGELOG.md
  2. +4 −1 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.0.1](https://github.com/nuxt-contrib/is-https/compare/v3.0.0...v3.0.1) (2020-12-14)


### Bug Fixes

* **pkg:** add files field ([6913c08](https://github.com/nuxt-contrib/is-https/commit/6913c0840b580fa199b636b2cfa143565dfffa21))

## [3.0.0](https://github.com/nuxt-contrib/is-https/compare/v2.0.2...v3.0.0) (2020-12-14)


5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "is-https",
"version": "3.0.0",
"version": "3.0.1",
"description": "Check if the given request is HTTPS",
"repository": "nuxt-contrib/is-https",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "siroc build",
"release": "yarn build && standard-version && npm publish && git push --follow-tags"