Skip to content

Commit 5f352bf

Browse files
Merge pull request #9 from 01Joseph-Hwang10/release-please--branches--master--components--jtd-codebuild
chore(master): release jtd-codebuild 1.0.1
2 parents 5282e1a + 921ef52 commit 5f352bf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

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

33

44

5+
## [1.0.1](https://github.com/01Joseph-Hwang10/jtd-codebuild/compare/jtd-codebuild-v1.0.0...jtd-codebuild-v1.0.1) (2024-05-01)
6+
7+
8+
### Bug Fixes
9+
10+
* project config type validation ([5282e1a](https://github.com/01Joseph-Hwang10/jtd-codebuild/commit/5282e1a5dbfdd1342a34c9a412e3bd3b53b3bec6))
11+
512
## [1.0.0](https://github.com/01Joseph-Hwang10/jtd-codebuild/compare/jtd-codebuild-v0.8.0...jtd-codebuild-v1.0.0) (2024-04-30)
613

714

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jtd-codebuild"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Tool for generating language specific schemas and interfaces code from JSON Type Definition IDL files in yaml format. Powered by jtd-codegen."
55
classifiers = [
66
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)