Skip to content

Commit f587b9d

Browse files
chore(master): release 1.2.1 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b8500dd commit f587b9d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.1](https://github.com/NodeFactoryIo/solidity-comments-core/compare/v1.2.0...v1.2.1) (2022-08-02)
8+
9+
10+
### Bug Fixes
11+
12+
* failling test ([cc921a4](https://github.com/NodeFactoryIo/solidity-comments-core/commit/cc921a4c5f5f1d913cdc12cd96023a0b5f7acfce))
13+
* fixes pacakge.json ([548a77a](https://github.com/NodeFactoryIo/solidity-comments-core/commit/548a77ae267f2d1a994c81f05c08da0b1251ddbf))
14+
15+
16+
### Miscellaneous
17+
18+
* 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))
19+
* 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))
20+
* update babel libraries ([197ab38](https://github.com/NodeFactoryIo/solidity-comments-core/commit/197ab3852dcf1cff3af6f7dc7ac55021da83310b))
21+
722
## [1.2.0]
823
### Changed
924
- regenerating contract comments will update param list if neccessary

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodefactory/solidity-comments-core",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "",
55
"main": "dist/index.js",
66
"engines": {

0 commit comments

Comments
 (0)