File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ <!-- EXAMPLE
9+
10+ ## [1.0.0]
11+
12+ ### Added
13+
14+ - I've added feature XY (#1000)
15+
16+ ### Changed
17+
18+ - I've cleaned up XY (#1000)
19+
20+ ### Deprecated
21+
22+ - I've deprecated XY (#1000)
23+
24+ ### Removed
25+
26+ - I've removed XY (#1000)
27+
28+ ### Fixed
29+
30+ - I've fixed XY (#1000)
31+
32+ ### Security
33+
34+ - I've improved the security in XY (#1000)
35+
36+ -->
37+
38+ ## [ 0.1.0]
39+
40+ ### Added
41+
42+ - Web3.js based Hardhat template using Typescript (#1 )
43+ - Web3.js based Hardhat template using Javascript (#1 )
44+ - ` create-hardhat-web3 ` tool for creating Web3.js based Hardhat project using above templates (#1 )
You can’t perform that action at this time.
0 commit comments