Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit d1edbfe

Browse files
committed
v1.1.0
1 parent bbde30b commit d1edbfe

File tree

10 files changed

+66
-5
lines changed

10 files changed

+66
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/crutchcorn/hexhelpers/compare/v1.0.0...v1.1.0) (2021-08-31)
7+
8+
9+
### Features
10+
11+
* added binary helper packages ([9e12bcb](https://github.com/crutchcorn/hexhelpers/commit/9e12bcb272333f5f5466ae702ecbe2c989bf3393))
12+
* place package in npm org ([31aa597](https://github.com/crutchcorn/hexhelpers/commit/31aa59732e98204c20c11bb64a6f73ced11707bc))
13+
14+
15+
16+
17+
18+
619
# [1.0.0](https://github.com/crutchcorn/hexhelpers/compare/v0.0.1-alpha.2...v1.0.0) (2021-08-27)
720

821
**Note:** Version bump only for package root

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.1.0",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*"

packages/binarytohex/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
# [1.1.0](https://github.com/oceanbit/hexhelpers/compare/v1.0.0...v1.1.0) (2021-08-31)
7+
8+
9+
### Features
10+
11+
* added binary helper packages ([9e12bcb](https://github.com/oceanbit/hexhelpers/commit/9e12bcb272333f5f5466ae702ecbe2c989bf3393))
12+
* place package in npm org ([31aa597](https://github.com/oceanbit/hexhelpers/commit/31aa59732e98204c20c11bb64a6f73ced11707bc))

packages/binarytohex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oceanbit/binarytohex",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Convert a binary number to HEX easily",
55
"license": "MIT",
66
"repository": {

packages/decimaltohex/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/oceanbit/hexhelpers/compare/v1.0.0...v1.1.0) (2021-08-31)
7+
8+
9+
### Features
10+
11+
* place package in npm org ([31aa597](https://github.com/oceanbit/hexhelpers/commit/31aa59732e98204c20c11bb64a6f73ced11707bc))
12+
13+
14+
15+
16+
17+
618
# [1.0.0](https://github.com/crutchcorn/hexhelpers/compare/v0.0.1-alpha.2...v1.0.0) (2021-08-27)
719

820
**Note:** Version bump only for package decimaltohex

packages/decimaltohex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oceanbit/decimaltohex",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Convert a decimal number to HEX easily",
55
"license": "MIT",
66
"repository": {

packages/hextobinary/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
# [1.1.0](https://github.com/oceanbit/hexhelpers/compare/v1.0.0...v1.1.0) (2021-08-31)
7+
8+
9+
### Features
10+
11+
* added binary helper packages ([9e12bcb](https://github.com/oceanbit/hexhelpers/commit/9e12bcb272333f5f5466ae702ecbe2c989bf3393))
12+
* place package in npm org ([31aa597](https://github.com/oceanbit/hexhelpers/commit/31aa59732e98204c20c11bb64a6f73ced11707bc))

packages/hextobinary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oceanbit/hextobinary",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Convert a HEX number to binary easily",
55
"license": "MIT",
66
"repository": {

packages/hextodecimal/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/oceanbit/hexhelpers/compare/v1.0.0...v1.1.0) (2021-08-31)
7+
8+
9+
### Features
10+
11+
* place package in npm org ([31aa597](https://github.com/oceanbit/hexhelpers/commit/31aa59732e98204c20c11bb64a6f73ced11707bc))
12+
13+
14+
15+
16+
17+
618
# [1.0.0](https://github.com/crutchcorn/hexhelpers/compare/v0.0.1-alpha.2...v1.0.0) (2021-08-27)
719

820
**Note:** Version bump only for package hextodecimal

packages/hextodecimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oceanbit/hextodecimal",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Convert a HEX number to decimal easily",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)