Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed Nov 25, 2018
1 parent 71dd990 commit 04bcfea
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ~~and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)~~.

## [Unreleased]
## [1.3.0] - 2018-11-25
### Fixed
- Popup search strings are properly encoded before being used in calls to the registry API ([#97](https://github.com/pwyf/iati-decipher/issues/97))
- Don’t error when registry API returns success === false
Expand Down
2 changes: 1 addition & 1 deletion docs/demo/js/js.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demo/js/popup.js

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

2 changes: 1 addition & 1 deletion docs/demo/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "IATI Decipher",
"version": "1.2.1",
"version": "1.3.0",
"description": "Browser plugins for deciphering IATI organisation files.",
"manifest_version": 2,
"background": {
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": "iati-decipher",
"version": "1.2.1",
"version": "1.3.0",
"description": "Browser plugins for deciphering IATI organisation files.",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "IATI Decipher",
"version": "1.2.1",
"version": "1.3.0",
"description": "Browser plugins for deciphering IATI organisation files.",
"manifest_version": 2,
"background": {
Expand Down

0 comments on commit 04bcfea

Please sign in to comment.