Skip to content

Commit

Permalink
chore(release): 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhderojasUVa committed Aug 16, 2022
1 parent a10a04c commit 305e408
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.7.0 (2022-08-16)


### Features

* allow cors ([b36742b](https://github.com/jhderojasUVa/analyted-backend-todo/commit/b36742b6686e21836b635a3fd68f03b962ecbfce))
* basic docker runnig ([8e4d5e4](https://github.com/jhderojasUVa/analyted-backend-todo/commit/8e4d5e43663020036b15e877e4e08ab3d1976493))
* completed calls ([592a36f](https://github.com/jhderojasUVa/analyted-backend-todo/commit/592a36f8fa5487baba45349a2d5a18facda8074e))
* **docker:** build/run/pull scripts ([6b0c998](https://github.com/jhderojasUVa/analyted-backend-todo/commit/6b0c99810a5bca52f9d254db66aa15ac2e0750f4))
* first commit ([5b606a6](https://github.com/jhderojasUVa/analyted-backend-todo/commit/5b606a6b758c90df3b78965cb05e03e992f3934b))
* **index.js:** put and get done ([50cfa7e](https://github.com/jhderojasUVa/analyted-backend-todo/commit/50cfa7ea1e3c151c71139a153a6080c5715eb474))
* some end points working ([b4ba27a](https://github.com/jhderojasUVa/analyted-backend-todo/commit/b4ba27a4f268afa13557b9117737044242ca4f10))


### Bug Fixes

* api update ([996cbf9](https://github.com/jhderojasUVa/analyted-backend-todo/commit/996cbf99a00ca37091c6751f1a0d5c30fa3157fd))
* docker ([9089ecc](https://github.com/jhderojasUVa/analyted-backend-todo/commit/9089eccd6c983dfb38fc2b209481cce94cea2232))
* docker images working together ([c881a34](https://github.com/jhderojasUVa/analyted-backend-todo/commit/c881a340add3f6b21a1efb97c3cef26e304ce43b))
* **docker:** updated ([8e79fd4](https://github.com/jhderojasUVa/analyted-backend-todo/commit/8e79fd4e1d4466e06e8cb843c0af19c6cc7447b7))
* **index.js:** true/false on put ([f01e0d8](https://github.com/jhderojasUVa/analyted-backend-todo/commit/f01e0d8f41714927d03668e2e7130b8286fcdd1f))
* **index.js:** typo ([a0b170e](https://github.com/jhderojasUVa/analyted-backend-todo/commit/a0b170eaca5b1efbbf9f9468b44dbe2fe738d826))
* location ([8f4309a](https://github.com/jhderojasUVa/analyted-backend-todo/commit/8f4309a12cda3aa0e86df2b584992bd6bafa53e2))
* select all ([a10a04c](https://github.com/jhderojasUVa/analyted-backend-todo/commit/a10a04c5f43717b4d31625b4bbeca131874ce1ba))
* small docker fixes ([05486ec](https://github.com/jhderojasUVa/analyted-backend-todo/commit/05486ec630fe8dbe510c80a39a72579e29f8a9e8))

## 1.6.0 (2022-08-16)


Expand Down
4 changes: 2 additions & 2 deletions 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": "analyted-backend-todo",
"version": "1.6.0",
"version": "1.7.0",
"description": "AnalyTED backend in Node example",
"main": "./src/index.js",
"scripts": {
Expand Down

0 comments on commit 305e408

Please sign in to comment.