Skip to content

Commit 9786364

Browse files
committed
chore(release): 0.0.2
1 parent 2ddaf53 commit 9786364

File tree

3 files changed

+38
-5
lines changed

3 files changed

+38
-5
lines changed

CHANGELOG.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
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.
44

5-
### 0.0.1 (2021-11-17)
5+
### [0.0.2](https://github.com/eficode/ff-merge/compare/v0.0.1...v0.0.2) (2021-11-22)
6+
7+
8+
### Features
9+
10+
* **app:** build new compiled package ([8e63358](https://github.com/eficode/ff-merge/commit/8e6335896498738965a6ecd275bad769149918ae))
11+
* **app:** pick eventName from context not payload ([e51d398](https://github.com/eficode/ff-merge/commit/e51d398ab84b4f104d5ec2e1cec25830c1d881b3))
12+
* **app:** remove pull_request from supported event names ([9752f7d](https://github.com/eficode/ff-merge/commit/9752f7dd3a47b50d33f7571c26da0d425e54dca9))
13+
* **ci:** add ci build ([9f6b7fd](https://github.com/eficode/ff-merge/commit/9f6b7fdbeb2bd3fa56481e6b38d152510e91d318))
14+
* **ci:** add jest and eslint ([b370e08](https://github.com/eficode/ff-merge/commit/b370e086a4e57c3d16d747757a00e0ca30efe09f))
15+
* **ci:** add outcome to pr verify ([484e275](https://github.com/eficode/ff-merge/commit/484e27584d38effa18bc8d462adffb7f9149be8a))
16+
* **ci:** add ref variables for jest ([62b6d3f](https://github.com/eficode/ff-merge/commit/62b6d3fcf8e6527676c02f74f52a99fbf3b5c0e8))
17+
* **ci:** add unit testing to actions ([32c5563](https://github.com/eficode/ff-merge/commit/32c55636da8030104ac7967d931543004a698f8a))
18+
* **ci:** add verify to pr's ([3962f3e](https://github.com/eficode/ff-merge/commit/3962f3e3a60ac8f271c44c8896611128beb53230))
19+
* **ci:** do not mock on pull request ([7ca58c6](https://github.com/eficode/ff-merge/commit/7ca58c63950ade057d6e2b1992a79b6dfe80cdf3))
20+
* **ci:** remove testing action ([789d625](https://github.com/eficode/ff-merge/commit/789d625753acf903a081d884bea4988a47bf81ac))
21+
* **ci:** separate testing pr and ci ([f7defb4](https://github.com/eficode/ff-merge/commit/f7defb4ba8619503848139089fd895634d826e32))
22+
* **test:** add fallback to refs and select by event name ([38b1a2b](https://github.com/eficode/ff-merge/commit/38b1a2bc60f1667ad496be03b444bf2682a53239))
23+
* **test:** add first test with mocking ([c31174f](https://github.com/eficode/ff-merge/commit/c31174f904571c5f2725fdf64e5bf7844df525c4))
24+
* **test:** add jest setup with payload ([e93123a](https://github.com/eficode/ff-merge/commit/e93123a792d62697196173005fd69e84fad9b1b5))
25+
* **test:** add ref names to test descriptions ([d4fe282](https://github.com/eficode/ff-merge/commit/d4fe282fa9a5a578c47e76b20a9cff98aa1d9189))
26+
* **test:** mock github libraries ([0b0541c](https://github.com/eficode/ff-merge/commit/0b0541c5d9e66b36c0f993684731d0a2638d26f5))
27+
* **test:** user real refs if available ([d5a4dcc](https://github.com/eficode/ff-merge/commit/d5a4dcc65a39bf7a9008c388addd1307df878ac2))
628

7-
## 1.0.0 (2021-11-17)
29+
30+
### Bug Fixes
31+
32+
* **ci:** add jest to dependencies ([9d00438](https://github.com/eficode/ff-merge/commit/9d00438cabcce20c051db4fcf3038d8bf560f10f))
33+
* **ci:** fix semicolon places ([80d7f2b](https://github.com/eficode/ff-merge/commit/80d7f2bb76fabc1f614c5b6d06ca2aa3fea49016))
34+
* **ci:** fix yml formatting ([22a210a](https://github.com/eficode/ff-merge/commit/22a210a84952c103db4a2e28776729633fae5b63))
35+
* **test:** fix lint ([063f1b7](https://github.com/eficode/ff-merge/commit/063f1b7dc2fdf49929ebd3b6db234f1f0bb1512b))
36+
* **test:** remove arrow functions ([e5d0d32](https://github.com/eficode/ff-merge/commit/e5d0d32e77741f864ba479275738aac95c773692))
37+
* **test:** remove env variables from mock ([72f6efd](https://github.com/eficode/ff-merge/commit/72f6efd8c1d2800cc09b82a57695eb057b6f00ce))
38+
* **test:** update event name to context ([8129042](https://github.com/eficode/ff-merge/commit/8129042621bc435de7d846d278eddf99f63b042b))
39+
40+
### 0.0.1 (2021-11-17)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "resolve-pr-refs",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)