Browse code
release: v0.2.1
Showing 1 changed files
... | ... |
@@ -2,6 +2,13 @@ |
2 | 2 |
|
3 | 3 |
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. |
4 | 4 |
|
5 |
+### 0.2.1 (2021-03-15) |
|
6 |
+ |
|
7 |
+ |
|
8 |
+### Features |
|
9 |
+ |
|
10 |
+* Merge content script functionality into background script ([ad4d48a](https://github.com/paysonwallach/zeitgeist-web-extension/commit/ad4d48a21cfe6339524317c712068eade79d7661)) |
|
11 |
+ |
|
5 | 12 |
### 0.2.0 (2020-12-23) |
6 | 13 |
|
7 | 14 |
|
... | ... |
@@ -12,7 +19,4 @@ All notable changes to this project will be documented in this file. See [standa |
12 | 19 |
|
13 | 20 |
### 0.1.0 (2020-11-15) |
14 | 21 |
|
15 |
- |
|
16 |
-### Features |
|
17 |
- |
|
18 |
-* Initial release |
|
22 |
+Initial release. |
Browse code
release: v0.2.0
Showing 1 changed files
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,18 @@ |
1 |
+# Changelog |
|
2 |
+ |
|
3 |
+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. |
|
4 |
+ |
|
5 |
+### 0.2.0 (2020-12-23) |
|
6 |
+ |
|
7 |
+ |
|
8 |
+### Features |
|
9 |
+ |
|
10 |
+* Implement v2 API ([c48cf03](https://github.com/paysonwallach/zeitgeist-web-extension/commit/c48cf037dbab38a9fd10454896d41b607c8ab3e3)) |
|
11 |
+ |
|
12 |
+ |
|
13 |
+### 0.1.0 (2020-11-15) |
|
14 |
+ |
|
15 |
+ |
|
16 |
+### Features |
|
17 |
+ |
|
18 |
+* Initial release |