Skip to content

Commit

Permalink
Merge pull request #9 from auxilincom/ezhivitsa/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
ezhivitsa committed Jun 30, 2019
2 parents 156c902 + 54cd836 commit 8bbff72
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 17 deletions.
34 changes: 20 additions & 14 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
kind: pipeline
name: default
name: tests

steps:
- name: run-mongo-tests
Expand Down Expand Up @@ -28,6 +29,22 @@ steps:
status:
- success

services:
- name: mongo
image: mongo:4.0.10

trigger:
branch:
- master
event:
- push
- pull_request

---
kind: pipeline
name: npm

steps:
- name: publish-node-mongo
image: plugins/npm
settings:
Expand All @@ -37,18 +54,7 @@ steps:
from_secret: npm_password
email:
from_secret: npm_email
when:
event:
- tag
branches:
- master
status:
- success

services:
- name: mongo
image: mongo:4.0.10

trigger:
branch:
- master
event:
- tag
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.0.1 API Reference
# 1.1.0 API Reference

- [Node Mongo](#nodemongo)
- [`connect(connectionString)`](#connect-connectionstring)
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.1.0 (2019-06-29)

* Update npm packages
* Update drone config

## v1.0.1 (2019-04-06)

* Don't throw an error when dropping inexistent collection
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auxilin/node-mongo",
"version": "1.0.1",
"version": "1.1.0",
"author": "Auxilin",
"description": "MongoDB wrapper for Node.JS",
"private": false,
Expand Down

0 comments on commit 8bbff72

Please sign in to comment.