Skip to content

Commit

Permalink
Merge pull request #299 from Kashoo/issue-298-release-2.3.0
Browse files Browse the repository at this point in the history
Issue 298: Release tasks for v2.3.0
  • Loading branch information
dkichler authored Apr 9, 2018
2 parents 827c81c + c341108 commit dbfda44
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 13 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/). All notable changes will be documented in this file.

## [Unreleased]
## [2.3.0] - 2018-04-09
### Added
- [#285](https://github.com/Kashoo/synctos/issues/285): Throw an Error object when there is an authorization or validation failure
- [#281](https://github.com/Kashoo/synctos/issues/281): Mechanism to reset test environment between test cases
Expand All @@ -15,6 +15,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). All notable c
- [#293](https://github.com/Kashoo/synctos/issues/293): Incorrect line numbers in test case failure stack traces
- [#294](https://github.com/Kashoo/synctos/issues/294): Time zones incorrectly allow the colon to be omitted

### Deprecated
- `src/loading/sync-function-loader.js` module: the `load` function's `formatOptions` parameter

## [2.2.1] - 2018-03-21
### Fixed
- [#270](https://github.com/Kashoo/synctos/issues/270): JavaScript error on document write in Sync Gateway 1.x
Expand Down Expand Up @@ -188,7 +191,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). All notable c
## [1.0.0] - 2016-07-12
First public release

[Unreleased]: https://github.com/Kashoo/synctos/compare/v2.2.1...HEAD
[Unreleased]: https://github.com/Kashoo/synctos/compare/v2.3.0...HEAD
[2.3.0]: https://github.com/Kashoo/synctos/compare/v2.2.1...v2.3.0
[2.2.1]: https://github.com/Kashoo/synctos/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/Kashoo/synctos/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/Kashoo/synctos/compare/v2.0.2...v2.1.0
Expand Down
32 changes: 24 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "synctos",
"version": "2.2.1",
"version": "2.3.0",
"description": "The Syncmaker. A tool to build comprehensive sync functions for Couchbase Sync Gateway.",
"keywords": [
"couchbase",
Expand All @@ -16,8 +16,8 @@
"devDependencies": {
"chai": "^4.1.2",
"jshint": "^2.9.5",
"mocha": "^5.0.4",
"mock-require": "^3.0.1",
"mocha": "^5.0.5",
"mock-require": "^3.0.2",
"nyc": "^11.6.0"
},
"scripts": {
Expand Down

0 comments on commit dbfda44

Please sign in to comment.