Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkerM committed May 21, 2021
1 parent b729a9e commit 64a87ec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [1.0.0](https://github.com/ParkerM/close-tabs-to-left/compare/v0.1.1...v1.0.0) (2021-05-21)


### ⚠ BREAKING CHANGES

* restrict max firefox version to avoid functional overlap

### Features

* restrict max firefox version to avoid functional overlap ([1465a5f](https://github.com/ParkerM/close-tabs-to-left/commit/1465a5f10e38472e5da9e054f12e34d5ea6cb0b8))

## [0.1.1](https://github.com/ParkerM/close-tabs-to-left/compare/v0.0.4...v0.1.1) (2021-05-21)

**Note:** Dependency upgrades and first "minor" release
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"default_locale": "en",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "0.1.1",
"version": "1.0.0",
"homepage_url": "https://github.com/ParkerM/close-tabs-to-left",
"developer": {
"name": "Parker Mauney",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "close-tabs-to-left",
"version": "0.1.1",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"repository": "github:ParkerM/close-tabs-to-left",
Expand Down

0 comments on commit 64a87ec

Please sign in to comment.