Skip to content

Commit

Permalink
chore: bump version number and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
teddy-gustiaux committed Jan 27, 2021
1 parent 1544257 commit 17804de
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ All notable changes to this project are documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Additionally, the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) format is respected and used to generate this [conventional changelog](https://github.com/conventional-changelog/conventional-changelog).

# [3.1.0](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v3.0.0...v3.1.0) (2021-01-26)

### Features

* update Hungarian translation (thanks to @efi99) ([4d525b6](https://github.com/teddy-gustiaux/default-bookmark-folder/pull/392/commits/4d525b672e0d63b02831c10c743a7d99579d6e2f))

### Bug Fixes

* bookmark added at wrong index (closes [#405](https://github.com/teddy-gustiaux/default-bookmark-folder/issues/405)) ([f988f1f](https://github.com/teddy-gustiaux/default-bookmark-folder/commit/f988f1f2196099eb952bd1f345b96d155feaf87b))

# [3.0.0](https://github.com/teddy-gustiaux/default-bookmark-folder/compare/v2.13.0...v3.0.0) (2021-01-25)

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "default-bookmark-folder",
"version": "3.0.0",
"version": "3.1.0",
"description": "WebExtension allowing you to choose the default bookmark location folder and quickly bookmark pages there via a dedicated icon.",
"main": "background.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Default Bookmark Folder",
"author": "Teddy Gustiaux",
"version": "3.0.0",
"version": "3.1.0",
"description": "__MSG_manifest_extension_description__",
"homepage_url": "https://github.com/teddy-gustiaux/default-bookmark-folder",
"default_locale": "en",
Expand Down

0 comments on commit 17804de

Please sign in to comment.