Skip to content
This repository was archived by the owner on Sep 10, 2020. It is now read-only.

Commit fd0ad30

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2020-04-18) ### Features * **docker:** split expose_port into expose setting ([694b6d8](694b6d8)) * add license file ([90c5316](90c5316)) * add validator binary ([1dacd2a](1dacd2a)) * install binary via Composer ([c33b76e](c33b76e)) * install binary via npm ([9687f61](9687f61)) * install binary via PyPI ([72fc769](72fc769))
1 parent e2ae069 commit fd0ad30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getstackhead/project-validator",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Validate your project definition files",
55
"repository": {
66
"type": "git",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="stackhead-project_validator",
8-
version="0.0.1",
8+
version="1.0.0",
99
author="Mario Lubenka",
1010
author_email="[email protected]",
1111
description="Validate your StackHead project definition files",

0 commit comments

Comments
 (0)