Skip to content

Commit 041ea62

Browse files
chore(release): 0.1.2
1 parent 6a59985 commit 041ea62

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.1.2](https://github.com/GraphtonLib/Graphton/compare/v0.1.1...v0.1.2) (2021-12-06)
6+
7+
8+
### Features
9+
10+
* **ci:** "Draft release" workflow ([9e2ae99](https://github.com/GraphtonLib/Graphton/commit/9e2ae99442432834fea575c6fa96f83f380ea79e))
11+
* Support for transpiling generated output automatically to pure javascript ([2ff0966](https://github.com/GraphtonLib/Graphton/commit/2ff0966e00ebafc626bda468319305df9af13a02))
12+
513
### [0.1.1](https://github.com/GraphtonLib/Graphton/compare/v0.1.0...v0.1.1) (2021-12-05)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@graphtonlib/graphton",
33
"description": "Generate a JS/TS query builder library from an (external) GraphQL introspection schema.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/GraphtonLib/Graphton.git"

0 commit comments

Comments
 (0)