Skip to content

Commit d99a99b

Browse files
committedOct 23, 2021
release(version): Release 1.0.0 [skip ci]
# 1.0.0 (2021-10-23) ### Bug Fixes * **application:** the automated release is failing ([1ad77b4](1ad77b4)) ### Features * **application:** added semantic-release ([29c0a1f](29c0a1f))
1 parent 1ad77b4 commit d99a99b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 1.0.0 (2021-10-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **application:** the automated release is failing ([1ad77b4](https://github.com/manu2manu/graphql-react-client/commit/1ad77b4f2bff2569b1e0a351a5458764c04f4074))
7+
8+
9+
### Features
10+
11+
* **application:** added semantic-release ([29c0a1f](https://github.com/manu2manu/graphql-react-client/commit/29c0a1fd660cc85f49d3d58b1dc7b9facb697fd4))

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.0",
2+
"version": "1.0.0",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.