Skip to content

Commit e9d4b5d

Browse files
committed
update package to version 1.0.0
1 parent 7af62f5 commit e9d4b5d

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323

2424
## [Unreleased]
2525

26-
### v1.0.0
26+
<!--
27+
Types of changes:
28+
29+
#### Added
30+
- for new features.
31+
32+
#### Changed
33+
- for changes in existing functionality.
34+
35+
#### Deprecated
36+
- for soon-to-be removed features.
37+
38+
#### Removed
39+
- for now removed features.
40+
41+
#### Fixed
42+
- for any bug fixes.
43+
44+
#### Security
45+
- in case of vulnerabilities.
46+
-->
47+
48+
## Robotlegs-OpenFL 1.0.0
49+
50+
### [v1.0.0](https://github.com/RobotlegsJS/RobotlegsJS-OpenFL/releases/tag/1.0.0) - 2018-11-26
2751

2852
#### Changed
2953

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@robotlegsjs/openfl",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "OpenFL View Integration with RobotlegsJS",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)