Skip to content

Commit

Permalink
chore(master): release 1.2.1 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 2, 2022
1 parent b8500dd commit f587b9d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodefactory/solidity-comments-core",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"main": "dist/index.js",
"engines": {
Expand Down

0 comments on commit f587b9d

Please sign in to comment.