Skip to content

Commit

Permalink
chore(release): 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellzc committed Nov 5, 2021
1 parent 8b31033 commit 39e961a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.1] - 2021-11-04

### Changed

- Urls are opened twice (#33) @jfirebaugh

## [2.1.1] - 2020-10-21

### Changed
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-opn",
"version": "3.0.0",
"version": "3.0.1",
"description": "A better opn. Reuse the same tab on Chrome for 👨‍💻.",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -37,10 +37,10 @@
]
},
"ava": {
"files": [
"tests/**/*",
"!test/host-only.js"
]
"files": [
"tests/**/*",
"!test/host-only.js"
]
},
"scripts": {
"build": "babel src -d dist",
Expand Down

0 comments on commit 39e961a

Please sign in to comment.