Skip to content

Commit dae2eaa

Browse files
committed
chore(release): 0.1.0
1 parent 59e20be commit dae2eaa

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 0.1.0 (2022-06-28)
6+
7+
### Bug Fixes
8+
9+
- apply PR changes and correct typos in SETUP ([c54b185](https://github.com/graasp/graasp-app-code-capsule/commit/c54b1858b690bf289cef7c9824e312ecfe9200e8))
10+
- yarn files and workflow ([f14c47b](https://github.com/graasp/graasp-app-code-capsule/commit/f14c47baea94d9847dfdc48bc25845344fdc45bf))
11+
12+
### Tests
13+
14+
- add code-coverage ([80aa2a7](https://github.com/graasp/graasp-app-code-capsule/commit/80aa2a70e2e41d811b24a42a8c7be2655cdfe7c4))
15+
16+
### Documentation
17+
18+
- add installation documentation and README scaffolding ([a3b08d4](https://github.com/graasp/graasp-app-code-capsule/commit/a3b08d4f0f67751384e3b302cdf0aa2d53cc8a59))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"hooks:uninstall": "husky uninstall",
3737
"lint": "eslint .",
3838
"cypress:open": "env-cmd -f ./.env.local cypress open",
39-
"test": "concurrently -k -s first \"yarn start:test\" \"wait-on http://localhost:3333 && yarn test:ci\" ",
39+
"test": "concurrently -k -s first \"yarn start:test\" \"wait-on http://127.0.0.1:3333 && yarn test:ci\" ",
4040
"test:ci": "env-cmd -f ./.env.test cypress run && nyc report --reporter=text --reporter=text-summary",
4141
"cov:report": "open ./coverage/lcov-report/index.html"
4242
},

0 commit comments

Comments
 (0)