Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Carr committed Jun 19, 2020
1 parent dc27457 commit 31177b9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.2.3

### Features

- **client:** support for HTTP caching ([3b5c633](https://github.com/lukecarr/joodle/commit/3b5c633ace62f9e1616dbcfaa88bed0fe25ab123))

### Documentation

- **api:** added better JSDoc documentation ([09f5939](https://github.com/lukecarr/joodle/commit/09f5939ee5e1d904259481d6611ed3b66ceade7a))
- added changelog to documentation site ([dc27457](https://github.com/lukecarr/joodle/commit/dc27457d37e0c00a1d6736e33f21407311a15d76))

# 0.2.2

### Features
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Here you can find a complete changelog of all Joodle releases!

## 0.2.3

### Features

- **client:** support for HTTP caching ([3b5c633](https://github.com/lukecarr/joodle/commit/3b5c633ace62f9e1616dbcfaa88bed0fe25ab123))

### Documentation

- **api:** added better JSDoc documentation ([09f5939](https://github.com/lukecarr/joodle/commit/09f5939ee5e1d904259481d6611ed3b66ceade7a))
- added changelog to documentation site ([dc27457](https://github.com/lukecarr/joodle/commit/dc27457d37e0c00a1d6736e33f21407311a15d76))

## 0.2.2

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joodle",
"version": "0.2.2",
"version": "0.2.3",
"description": "Moodle Web Service API client for Node.js.",
"keywords": [
"moodle",
Expand Down

0 comments on commit 31177b9

Please sign in to comment.