Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.4.0...v2.0.0) (2023-10-30)

### Features

* Remove attributes related to file fetching since it is not implemented. ([64e37fc](64e37fc))

### BREAKING CHANGES

* - The attributes related to fetching files has been removed from the respective types.
- The IGitHubRepository type has been replaced by Repository.
- The IGitHubPullRequestPatches type has been replaced by PullRequestPatches.

Signed-off-by: Yoriyasu Yano <[email protected]>
  • Loading branch information
semantic-release-bot committed Oct 30, 2023
1 parent 64e37fc commit 66ec14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fensak-io/reng",
"version": "1.4.0",
"version": "2.0.0",
"author": "Fensak, LLC <[email protected]> (https://fensak.io)",
"license": "(AGPL-3.0-or-later OR BUSL-1.1)",
"description": "Fensak Rules Engine, which drives execution of user defined rules on the Fensak platform.",
Expand Down

0 comments on commit 66ec14b

Please sign in to comment.