Skip to content

Commit

Permalink
Merge pull request #31 from OldSneerJaw/issue-30-release-1.1.0
Browse files Browse the repository at this point in the history
Issue 30: Preparation for release of 1.1.0
  • Loading branch information
dkichler authored Jun 4, 2018
2 parents e4951c0 + ee0095c commit 7561332
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
5 changes: 3 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]
## [1.1.0] - 2018-06-04
### Added
- [#24](https://github.com/OldSneerJaw/couchster/issues/24): Attachment filename regular expression constraint
- [#25](https://github.com/OldSneerJaw/couchster/issues/25): Attachment reference regular expression constraint
Expand All @@ -28,7 +28,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). All notable c
## [0.1.0] - 2018-02-28
Adapted from [synctos](https://github.com/Kashoo/synctos) for use with CouchDB

[Unreleased]: https://github.com/OldSneerJaw/couchster/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/OldSneerJaw/couchster/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/OldSneerJaw/couchster/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/OldSneerJaw/couchster/compare/v0.2.0...v1.0.0
[0.2.0]: https://github.com/OldSneerJaw/couchster/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/OldSneerJaw/couchster/compare/73ba6a5...v0.1.0
40 changes: 20 additions & 20 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "couchster",
"version": "1.0.0",
"version": "1.1.0",
"description": "A tool to build comprehensive validation functions for Apache CouchDB",
"keywords": [
"apache",
Expand All @@ -15,7 +15,7 @@
"devDependencies": {
"chai": "^4.1.2",
"jshint": "^2.9.5",
"mocha": "^5.1.1",
"mocha": "^5.2.0",
"mock-require": "^3.0.2",
"nyc": "^12.0.1"
},
Expand Down

0 comments on commit 7561332

Please sign in to comment.