Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Apr 19, 2022
1 parent 7639ed9 commit ec7d586
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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]

## [2.1.2] - 2022-04-19

### Fixed

- Fixes #167 Localized strings are now being removed from manifest.json (Thanks @rthaut)

## [2.1.1] - 2022-04-14

### Fixed
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": "@webextension-toolbox/webpack-webextension-plugin",
"version": "2.1.1",
"version": "2.1.2",
"description": "Webpack plugin that compiles web-extension manifest.json files and adds smart auto reload",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ec7d586

Please sign in to comment.