Skip to content

Commit a852c9d

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-10-21) ### Bug Fixes * badge ([6a0a989](6a0a989)) * ci git push ([571b1d5](571b1d5)) * ci job ([31d1b8d](31d1b8d)) * naming pipeline ([f16427f](f16427f)) * pipeline ([f9186de](f9186de)) * pipeline ([c7d56d0](c7d56d0)) * pipeline ([d46d175](d46d175)) * split pipelines ([e862cfb](e862cfb)) * tests ([6a242ce](6a242ce)) ### Features * change src code ([5fe4630](5fe4630)) * project tooling ([eee89aa](eee89aa)) * start adding types ([3760687](3760687))
1 parent fde6190 commit a852c9d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# 1.0.0 (2021-10-21)
2+
3+
### Bug Fixes
4+
5+
- badge ([6a0a989](https://github.com/seanjameshan/starknet.js/commit/6a0a9893c1298a815aec21abda20f78ac697a4bf))
6+
- ci git push ([571b1d5](https://github.com/seanjameshan/starknet.js/commit/571b1d5092ee18b9ed0828f1cbc834f4aece3363))
7+
- ci job ([31d1b8d](https://github.com/seanjameshan/starknet.js/commit/31d1b8d7717145a5dd7beef606a9c253d1ceb62d))
8+
- naming pipeline ([f16427f](https://github.com/seanjameshan/starknet.js/commit/f16427f8a33b46a51d37ad7fbe8a3f34edcf344e))
9+
- pipeline ([f9186de](https://github.com/seanjameshan/starknet.js/commit/f9186de8f72d80d212317d8c823b981b7df31920))
10+
- pipeline ([c7d56d0](https://github.com/seanjameshan/starknet.js/commit/c7d56d06644108d71e1bea3e73554b5c4178b82e))
11+
- pipeline ([d46d175](https://github.com/seanjameshan/starknet.js/commit/d46d175aa9d51f283e2dd9aeeac41ab50fa3ac2e))
12+
- split pipelines ([e862cfb](https://github.com/seanjameshan/starknet.js/commit/e862cfbf13d9e6d3509b609a31f8ebad1a31569a))
13+
- tests ([6a242ce](https://github.com/seanjameshan/starknet.js/commit/6a242cedc0a261c55a433ee5a82f0acf28cfcdc2))
14+
15+
### Features
16+
17+
- change src code ([5fe4630](https://github.com/seanjameshan/starknet.js/commit/5fe4630a53a75c0387854b1cd53e5aa2c6b259eb))
18+
- project tooling ([eee89aa](https://github.com/seanjameshan/starknet.js/commit/eee89aa92cab7b7df3a9a7ae439c4df7d1e893b0))
19+
- start adding types ([3760687](https://github.com/seanjameshan/starknet.js/commit/3760687a0c72da7ac8c0fd2427d471fe4bdf7202))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starknet",
3-
"version": "0.1.4",
3+
"version": "1.0.0",
44
"description": "JavaScript library for StarkNet",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)