|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 6 | +<a name="0.13.0"></a> |
| 7 | +# [0.13.0](https://github.com/Syncano/syncano-node/compare/v0.12.1...v0.13.0) (2018-09-06) |
| 8 | + |
| 9 | + |
| 10 | +### Bug Fixes |
| 11 | + |
| 12 | +* **ci:** no registry cache ([2b34ab7](https://github.com/Syncano/syncano-node/commit/2b34ab7)) |
| 13 | +* **circleci:** change all node images to 9.11.1 ([eab4148](https://github.com/Syncano/syncano-node/commit/eab4148)) |
| 14 | +* **circleci:** latest version breaks build ([871ae21](https://github.com/Syncano/syncano-node/commit/871ae21)) |
| 15 | +* **circleci:** remove invalid test ([1dc96a1](https://github.com/Syncano/syncano-node/commit/1dc96a1)) |
| 16 | +* **cli:** all socket files ([366a5b9](https://github.com/Syncano/syncano-node/commit/366a5b9)) |
| 17 | +* **cli:** checking socket source ([4fd7a5a](https://github.com/Syncano/syncano-node/commit/4fd7a5a)) |
| 18 | +* **cli:** configuring hosting ([951da2c](https://github.com/Syncano/syncano-node/commit/951da2c)) |
| 19 | +* **cli:** double export ([c9db955](https://github.com/Syncano/syncano-node/commit/c9db955)) |
| 20 | +* **cli:** hosting config ([bf1b50f](https://github.com/Syncano/syncano-node/commit/bf1b50f)) |
| 21 | +* **cli:** imports ([583027c](https://github.com/Syncano/syncano-node/commit/583027c)) |
| 22 | +* **cli:** lint ([a6dc753](https://github.com/Syncano/syncano-node/commit/a6dc753)) |
| 23 | +* **cli:** loading package.json ([1c5fb60](https://github.com/Syncano/syncano-node/commit/1c5fb60)) |
| 24 | +* **cli:** old imports ([6b603a6](https://github.com/Syncano/syncano-node/commit/6b603a6)) |
| 25 | +* **cli:** removing registry ([830536a](https://github.com/Syncano/syncano-node/commit/830536a)) |
| 26 | +* **cli:** removing registry tests ([5beba1e](https://github.com/Syncano/syncano-node/commit/5beba1e)) |
| 27 | +* **cli:** style ([3626f89](https://github.com/Syncano/syncano-node/commit/3626f89)) |
| 28 | +* **cli:** tests ([d88959a](https://github.com/Syncano/syncano-node/commit/d88959a)) |
| 29 | +* **cli:** tests ([9d4b609](https://github.com/Syncano/syncano-node/commit/9d4b609)) |
| 30 | +* **cli:** update hosting without loosing config ([f4705a9](https://github.com/Syncano/syncano-node/commit/f4705a9)) |
| 31 | +* **cli:** wrong import ([c6a8530](https://github.com/Syncano/syncano-node/commit/c6a8530)) |
| 32 | +* **cli:tests:** no more tests of registry ([3d4c5e2](https://github.com/Syncano/syncano-node/commit/3d4c5e2)) |
| 33 | +* **client:** include src in npm package ([4d35211](https://github.com/Syncano/syncano-node/commit/4d35211)) |
| 34 | +* **codecov:** exclude jest and webpack config ([8749f81](https://github.com/Syncano/syncano-node/commit/8749f81)) |
| 35 | +* **core:** unit tests ([0abf9e7](https://github.com/Syncano/syncano-node/commit/0abf9e7)) |
| 36 | +* **lib-js-client:** add missing types property ([cb3a3a3](https://github.com/Syncano/syncano-node/commit/cb3a3a3)) |
| 37 | +* typo ([47de14f](https://github.com/Syncano/syncano-node/commit/47de14f)) |
| 38 | +* **lib-js-client:** invalid ts-jest path ([8370376](https://github.com/Syncano/syncano-node/commit/8370376)) |
| 39 | +* **lib-js-client:** invalid ts-jest path ([a8a79fa](https://github.com/Syncano/syncano-node/commit/a8a79fa)) |
| 40 | +* **lib-js-client:** run unit tests, ignore spec files in npm package ([67c700b](https://github.com/Syncano/syncano-node/commit/67c700b)) |
| 41 | +* **lib-test:** paths ([f6ea95d](https://github.com/Syncano/syncano-node/commit/f6ea95d)) |
| 42 | +* **lib-test:** reading compiled files ([ad80095](https://github.com/Syncano/syncano-node/commit/ad80095)) |
| 43 | +* **npmkeywords:** typo front/back ([c0439ce](https://github.com/Syncano/syncano-node/commit/c0439ce)) |
| 44 | +* **react-context:** add react import ([#221](https://github.com/Syncano/syncano-node/issues/221)) ([28a27a7](https://github.com/Syncano/syncano-node/commit/28a27a7)) |
| 45 | +* **template:** removed yarn from hello project template ([#262](https://github.com/Syncano/syncano-node/issues/262)) ([19e3d1e](https://github.com/Syncano/syncano-node/commit/19e3d1e)) |
| 46 | +* hosting sync ([bdcdab6](https://github.com/Syncano/syncano-node/commit/bdcdab6)) |
| 47 | +* no more registry in repo ([f5ef4e0](https://github.com/Syncano/syncano-node/commit/f5ef4e0)) |
| 48 | +* paths ([b1bef4c](https://github.com/Syncano/syncano-node/commit/b1bef4c)) |
| 49 | +* replaced old syncano-cli with npx s ([e0f1ab8](https://github.com/Syncano/syncano-node/commit/e0f1ab8)) |
| 50 | +* replaced old syncano-cli with npx s ([#244](https://github.com/Syncano/syncano-node/issues/244)) ([0b08eac](https://github.com/Syncano/syncano-node/commit/0b08eac)) |
| 51 | + |
| 52 | + |
| 53 | +### Features |
| 54 | + |
| 55 | +* **cli:** add info command ([e3637b5](https://github.com/Syncano/syncano-node/commit/e3637b5)) |
| 56 | +* **cli:** add sysinfo command ([9dd7890](https://github.com/Syncano/syncano-node/commit/9dd7890)) |
| 57 | +* **cli/hosting:** add path to listing [#246](https://github.com/Syncano/syncano-node/issues/246) ([4e791f7](https://github.com/Syncano/syncano-node/commit/4e791f7)) |
| 58 | +* **react-context:** add withSyncano ([#218](https://github.com/Syncano/syncano-node/issues/218)) ([bf870b4](https://github.com/Syncano/syncano-node/commit/bf870b4)) |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
6 | 63 | <a name="0.12.0"></a> |
7 | 64 | # [0.12.0](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.12.0) (2018-04-08) |
8 | 65 |
|
|
0 commit comments