File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments