Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Bumped version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexterp37 committed Jan 13, 2021
1 parent 0700067 commit e0b9e1f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Unreleased changes

[Full changelog](https://github.com/mozilla-rally/core-addon/compare/v0.7.0...master)
[Full changelog](https://github.com/mozilla-rally/core-addon/compare/v0.7.1...master)

# v0.7.1 (2021-01-13)

[Full changelog](https://github.com/mozilla-rally/core-addon/compare/v0.7.0...v0.7.1)

* Core-Addon
* [#299](https://github.com/mozilla-rally/core-addon/pull/299): Change the link to the sample Rally demo addon.
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 @@
"author": "Mozilla",
"manifest_version": 2,
"name": "Rally Core",
"version": "0.7.0",
"version": "0.7.1",
"homepage_url": "https://github.com/mozilla-extensions/pioneer-v2-core-example",

"applications": {
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": "rally_core",
"version": "0.7.0",
"version": "0.7.1",
"scripts": {
"build": "rollup -c && rollup -c rollup.config.addon.js --config-study-list-url=/public/locally-available-studies.json && web-ext build --overwrite-dest && mv web-ext-artifacts/*.zip web-ext-artifacts/rally_core.xpi",
"dev": "rollup -c -w",
Expand Down

0 comments on commit e0b9e1f

Please sign in to comment.