Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhderojasUVa committed Aug 15, 2022
1 parent 6e982f7 commit 1e5e879
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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.4.0 (2022-08-15)


### 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))
* **index.js:** typo ([a0b170e](https://github.com/jhderojasUVa/analyted-backend-todo/commit/a0b170eaca5b1efbbf9f9468b44dbe2fe738d826))
* location ([8f4309a](https://github.com/jhderojasUVa/analyted-backend-todo/commit/8f4309a12cda3aa0e86df2b584992bd6bafa53e2))

## 1.3.0 (2022-08-13)


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.3.0",
"version": "1.4.0",
"description": "AnalyTED backend in Node example",
"main": "./src/index.js",
"scripts": {
Expand Down

0 comments on commit 1e5e879

Please sign in to comment.