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.1
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.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 18, 2020

  1. Copy the full SHA
    888f234 View commit details
  2. chore(release): 3.0.2

    pi0 committed Dec 18, 2020
    Copy the full SHA
    f44ae7c View commit details
Showing with 5 additions and 1 deletion.
  1. +2 −0 CHANGELOG.md
  2. +3 −1 package.json
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

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.2](https://github.com/nuxt-contrib/is-https/compare/v3.0.1...v3.0.2) (2020-12-18)

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


4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "is-https",
"version": "3.0.1",
"version": "3.0.2",
"description": "Check if the given request is HTTPS",
"repository": "nuxt-contrib/is-https",
"license": "MIT",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"