Skip to content

Commit c9eab29

Browse files
Prepare version 1.0.0
1 parent 1cd473e commit c9eab29

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

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

7+
## [1.0.0] - 2019-07-29
8+
### Added
9+
- First stable version.
10+
711
## [0.0.1] - 2019-07-29
812
### Added
9-
- Library initial version.
13+
- Initial version.
1014

11-
[Unreleased]: https://github.com/woocommerce/woocommerce-rest-api-js-lib/compare/0.0.1...HEAD
12-
[0.0.1]: https://github.com/woocommerce/woocommerce-rest-api-js-lib/releases/tag/0.0.1
15+
[Unreleased]: https://github.com/woocommerce/woocommerce-rest-api-js-lib/compare/v1.0.0...HEAD
16+
[1.0.0]: https://github.com/woocommerce/woocommerce-rest-api-js-lib/compare/v0.0.1...v1.0.0
17+
[0.0.1]: https://github.com/woocommerce/woocommerce-rest-api-js-lib/releases/tag/v0.0.1

index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default class WooCommerceRestApi {
3535
throw new OptionsException("consumerSecret is required");
3636
}
3737

38-
this.classVersion = "0.0.1";
38+
this.classVersion = "1.0.0";
3939
this._setDefaultsOptions(opt);
4040
}
4141

0 commit comments

Comments
 (0)