From f587b9d0b9a8209c2b268a08b3fb6b4b7ca82e5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 10:15:13 +0200 Subject: [PATCH] chore(master): release 1.2.1 (#17) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3265c..61ab323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.1](https://github.com/NodeFactoryIo/solidity-comments-core/compare/v1.2.0...v1.2.1) (2022-08-02) + + +### Bug Fixes + +* failling test ([cc921a4](https://github.com/NodeFactoryIo/solidity-comments-core/commit/cc921a4c5f5f1d913cdc12cd96023a0b5f7acfce)) +* fixes pacakge.json ([548a77a](https://github.com/NodeFactoryIo/solidity-comments-core/commit/548a77ae267f2d1a994c81f05c08da0b1251ddbf)) + + +### Miscellaneous + +* bump js-yaml from 3.12.0 to 3.14.1 ([#15](https://github.com/NodeFactoryIo/solidity-comments-core/issues/15)) ([5a8c8a0](https://github.com/NodeFactoryIo/solidity-comments-core/commit/5a8c8a0721c5af53562f83f0610b79a15c1efd73)) +* bump lodash from 4.17.10 to 4.17.21 ([#14](https://github.com/NodeFactoryIo/solidity-comments-core/issues/14)) ([b8500dd](https://github.com/NodeFactoryIo/solidity-comments-core/commit/b8500dd433893442bb723d3968ec84019d06d425)) +* update babel libraries ([197ab38](https://github.com/NodeFactoryIo/solidity-comments-core/commit/197ab3852dcf1cff3af6f7dc7ac55021da83310b)) + ## [1.2.0] ### Changed - regenerating contract comments will update param list if neccessary diff --git a/package.json b/package.json index 2a5a175..69ff200 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodefactory/solidity-comments-core", - "version": "1.2.0", + "version": "1.2.1", "description": "", "main": "dist/index.js", "engines": {