Skip to content

Commit

Permalink
chore(CHANGELOG): update to v0.7.0
Browse files Browse the repository at this point in the history
Closes #41
  • Loading branch information
Niklas Kiefer committed Nov 23, 2019
1 parent 3fa86a5 commit 304fc40
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
26 changes: 23 additions & 3 deletions CHANGELOG.md
@@ -1,23 +1,37 @@
# Change Log
# Changelog

## [v0.7.0](https://github.com/pinussilvestrus/feathers-python/tree/v0.7.0) (2019-11-23)

[Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.6.0...v0.7.0)

## [v0.6.0](https://github.com/pinussilvestrus/feathers-python/tree/v0.6.0) (2019-11-23)

[Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.5.0...v0.6.0)

## [v0.5.0](https://github.com/pinussilvestrus/feathers-python/tree/v0.5.0) (2019-09-28)

[Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.4.0...v0.5.0)

**Security fixes:**

- chore\(deps\): \[security\] bump lodash from 4.17.11 to 4.17.14 [\#17](https://github.com/pinussilvestrus/feathers-python/pull/17) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))

**Merged pull requests:**

- chore\(deps\): bump @feathersjs/feathers from 4.3.1 to 4.3.2 [\#25](https://github.com/pinussilvestrus/feathers-python/pull/25) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- chore\(deps\): \[security\] bump lodash from 4.17.11 to 4.17.14 [\#17](https://github.com/pinussilvestrus/feathers-python/pull/17) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- chore\(deps\): bump @babel/core from 7.5.0 to 7.5.4 [\#16](https://github.com/pinussilvestrus/feathers-python/pull/16) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- chore\(deps\): bump @babel/preset-env from 7.5.0 to 7.5.2 [\#14](https://github.com/pinussilvestrus/feathers-python/pull/14) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))

## [v0.4.0](https://github.com/pinussilvestrus/feathers-python/tree/v0.4.0) (2019-07-05)

[Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.3.1...v0.4.0)

**Implemented enhancements:**

- Update babel to @babel/core@latest [\#13](https://github.com/pinussilvestrus/feathers-python/issues/13)

## [v0.3.1](https://github.com/pinussilvestrus/feathers-python/tree/v0.3.1) (2019-06-09)

[Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.3.0...v0.3.1)

**Closed issues:**
Expand All @@ -31,19 +45,25 @@
- Greenkeeper/mocha 6.1.1 [\#10](https://github.com/pinussilvestrus/feathers-python/pull/10) ([pinussilvestrus](https://github.com/pinussilvestrus))

## [v0.3.0](https://github.com/pinussilvestrus/feathers-python/tree/v0.3.0) (2019-03-22)

[Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.2.0...v0.3.0)

## [v0.2.0](https://github.com/pinussilvestrus/feathers-python/tree/v0.2.0) (2019-03-22)

[Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.1.3...v0.2.0)

## [v0.1.3](https://github.com/pinussilvestrus/feathers-python/tree/v0.1.3) (2019-02-21)

[Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.1.2...v0.1.3)

**Merged pull requests:**

- Update mocha to the latest version 🚀 [\#8](https://github.com/pinussilvestrus/feathers-python/pull/8) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v0.1.2](https://github.com/pinussilvestrus/feathers-python/tree/v0.1.2) (2018-12-20)

[Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/356d24e12fe3c643a1a7b1bd81398727440a77d8...v0.1.2)

**Merged pull requests:**

- Update winston to the latest version 🚀 [\#7](https://github.com/pinussilvestrus/feathers-python/pull/7) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
Expand All @@ -54,4 +74,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -72,6 +72,11 @@ service.patch(null, { content: 'content'}).then((result) => {

We use [`github-changelog-generator`](https://github.com/github-changelog-generator/github-changelog-generator) for updating the Changelog automatically.

```sh
$ gem install github_changelog_generator
$ github_changelog_generator -u pinussilvestrus -p feathers-python --no-http-cache
```

## Releasing

We use [`np`](https://github.com/sindresorhus/np) for releasing new versions
Expand Down

0 comments on commit 304fc40

Please sign in to comment.