Skip to content

Commit c47d024

Browse files
authored
Chore update deps (#19)
* chore(release): 1.2.0 * chore: update dependencies * chore(release): 1.2.2 * chore: update ci node version
1 parent fe1fbc7 commit c47d024

File tree

7 files changed

+3935
-3157
lines changed

7 files changed

+3935
-3157
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:11.10.1
10+
- image: circleci/node:latest
1111

1212
working_directory: ~/project
1313

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/node_modules
2+
/starter-kit/node_modules
3+
/starter-kit/dist

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
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.
44

5+
### [1.2.2](https://github.com/postlight/nodejs-typescript-kit/compare/v1.2.0...v1.2.2) (2020-09-05)
6+
7+
## 1.2.0 (2020-09-05)
8+
9+
10+
### Features
11+
12+
* add CircleCi ([130d78d](https://github.com/postlight/nodejs-typescript-kit/commit/130d78dd72e33de6483cf3f2f8789184c13487d8))
13+
* add circleci config file ([3165f6b](https://github.com/postlight/nodejs-typescript-kit/commit/3165f6b5aa40ea4728f869c717cf7fb071bdc10b))
14+
* add pre commit hooks ([#3](https://github.com/postlight/nodejs-typescript-kit/issues/3)) ([80973af](https://github.com/postlight/nodejs-typescript-kit/commit/80973af7d49cc8dde18e4a93b37b615d4798d4b6))
15+
* add tests ([5e26817](https://github.com/postlight/nodejs-typescript-kit/commit/5e2681791599f780705ab818fa3792f94871c698))
16+
17+
18+
### Bug Fixes
19+
20+
* .gitignore not generated ([#7](https://github.com/postlight/nodejs-typescript-kit/issues/7)) ([fb8ab2f](https://github.com/postlight/nodejs-typescript-kit/commit/fb8ab2fb594095b82a9030244ad1bf294ae783a8))
21+
* Callback error fix for renaming .gitignore ([913d107](https://github.com/postlight/nodejs-typescript-kit/commit/913d107d2084cca20a0cd663a47c806eaf61af52))
22+
* circleci config ([93cb54d](https://github.com/postlight/nodejs-typescript-kit/commit/93cb54d8fe99982b9741ad51721e512cfe7fe687))
23+
* ignore test files ([d7331d6](https://github.com/postlight/nodejs-typescript-kit/commit/d7331d68d0f89eed9e4683c9806fd7500e0cacb1))
24+
* js tests ([48d9fd4](https://github.com/postlight/nodejs-typescript-kit/commit/48d9fd4fe090891b38d04b6dcb926a2df0871829))
25+
* linting ([2b314c9](https://github.com/postlight/nodejs-typescript-kit/commit/2b314c9fb73505d13483ac7c4404dfaa28742809))
26+
* repo name ([144492d](https://github.com/postlight/nodejs-typescript-kit/commit/144492da4f3e20b14bdfee4775c7e27bb1772ab7))
27+
528
## 1.1.0 (2019-05-21)
629

730

0 commit comments

Comments
 (0)