From 57e2ea996a71e5be44970e6b8c260b73a4e0ae89 Mon Sep 17 00:00:00 2001 From: kieranroneill Date: Mon, 18 Mar 2024 09:58:46 +0000 Subject: [PATCH] chore(release): 1.2.0 # [1.2.0](https://github.com/kieranroneill/plutus/compare/v1.1.0...v1.2.0) (2024-03-18) ### Features * implement open api ([#4](https://github.com/kieranroneill/plutus/issues/4)) ([3f90eac](https://github.com/kieranroneill/plutus/commit/3f90eacd39887aea2145cfe4fc571b3e23bf00a7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c131907..ae55a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/kieranroneill/plutus/compare/v1.1.0...v1.2.0) (2024-03-18) + + +### Features + +* implement open api ([#4](https://github.com/kieranroneill/plutus/issues/4)) ([3f90eac](https://github.com/kieranroneill/plutus/commit/3f90eacd39887aea2145cfe4fc571b3e23bf00a7)) + # [1.1.0](https://github.com/kieranroneill/plutus/compare/v1.0.0...v1.1.0) (2024-03-16) diff --git a/package.json b/package.json index 513f42f..c5af59b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plutus", - "version": "1.1.0", + "version": "1.2.0", "description": "A RESTful fee aggregator for scraping on-chain fee collection events", "main": "dist/main.js", "repository": {