Skip to content

Commit d8bc8f9

Browse files
committed
chore: initial release
1 parent a010d4f commit d8bc8f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0] - 2020-10-06
9+
10+
- Initial release
11+
812
## [0.1.0] - 2020-10-06
913

1014
- Beta release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ficusjs-script",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "FicusJS script is a loader for ES modules and ES5 Javascript",
55
"main": "dist/script.js",
66
"module": "dist/script.js",

0 commit comments

Comments
 (0)