This repository was archived by the owner on Apr 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +27
-3
lines changed Expand file tree Collapse file tree 6 files changed +27
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 0.0.1-alpha.2] ( https://github.com/crutchcorn/hexhelpers/compare/v0.0.1-alpha.1...v0.0.1-alpha.2 ) (2021-08-27)
7
+
8
+ ** Note:** Version bump only for package root
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.1-alpha.1 " ,
2
+ "version" : " 0.0.1-alpha.2 " ,
3
3
"npmClient" : " yarn" ,
4
4
"packages" : [
5
5
" packages/*"
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 0.0.1-alpha.2] ( https://github.com/crutchcorn/hexhelpers/compare/v0.0.1-alpha.1...v0.0.1-alpha.2 ) (2021-08-27)
7
+
8
+ ** Note:** Version bump only for package decimaltohex
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " decimaltohex" ,
3
- "version" : " 0.0.1-alpha.1 " ,
3
+ "version" : " 0.0.1-alpha.2 " ,
4
4
"description" : " Convert a decimal number to HEX easily" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 0.0.1-alpha.2] ( https://github.com/crutchcorn/hexhelpers/compare/v0.0.1-alpha.1...v0.0.1-alpha.2 ) (2021-08-27)
7
+
8
+ ** Note:** Version bump only for package hextodecimal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hextodecimal" ,
3
- "version" : " 0.0.1-alpha.1 " ,
3
+ "version" : " 0.0.1-alpha.2 " ,
4
4
"description" : " Convert a HEX number to decimal easily" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments