Skip to content

Commit

Permalink
release(version): Release 1.10.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.2](v1.10.1...v1.10.2) (2021-06-04)

### Chores

* update dependencies ([#354](#354)) ([cdfccce](cdfccce))
  • Loading branch information
semantic-release-bot committed Jun 4, 2021
1 parent cdfccce commit df9ca6c
Show file tree
Hide file tree
Showing 4 changed files with 34,831 additions and 74 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.10.2](https://github.com/rjchow/nod/compare/v1.10.1...v1.10.2) (2021-06-04)


### Chores

* update dependencies ([#354](https://github.com/rjchow/nod/issues/354)) ([cdfccce](https://github.com/rjchow/nod/commit/cdfcccecdcff1170c63d1be74b4ea43bf97289df))

## [1.10.1](https://github.com/rjchow/nod/compare/v1.10.0...v1.10.1) (2021-04-21)


Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ NodeJS module generator/boilerplate.

## Features

- [**Babel**](https://babeljs.io/) - Write next generation JavaScript today.
- [**Debug**](https://github.com/visionmedia/debug) - JS debugging utility that works both in node.js and browsers.
- [**Jest**](https://facebook.github.io/jest) - JavaScript testing framework used by Facebook.
- [**ESLint**](http://eslint.org/) - Make sure you are writing a quality code.
- [**Prettier**](https://prettier.io/) - Enforces a consistent style by parsing your code and re-printing it.
- [**Typescript**](https://www.typescriptlang.org/) - A static type checker for JavaScript by Microsoft.
- [**Circle CI**](https://circleci.com/) - Automate tests, linting and releases for every push or pull request.
- [**Documentation**](http://documentation.js.org/) - A documentation system so good, you'll actually write documentation.
- [**Semantic Release**](https://github.com/semantic-release/semantic-release) - Fully automated version management and package publishing.
* [**Babel**](https://babeljs.io/) - Write next generation JavaScript today.
* [**Debug**](https://github.com/visionmedia/debug) - JS debugging utility that works both in node.js and browsers.
* [**Jest**](https://facebook.github.io/jest) - JavaScript testing framework used by Facebook.
* [**ESLint**](http://eslint.org/) - Make sure you are writing a quality code.
* [**Prettier**](https://prettier.io/) - Enforces a consistent style by parsing your code and re-printing it.
* [**Typescript**](https://www.typescriptlang.org/) - A static type checker for JavaScript by Microsoft.
* [**Circle CI**](https://circleci.com/) - Automate tests, linting and releases for every push or pull request.
* [**Documentation**](http://documentation.js.org/) - A documentation system so good, you'll actually write documentation.
* [**Semantic Release**](https://github.com/semantic-release/semantic-release) - Fully automated version management and package publishing.

## Install

`git clone` this repo
`git clone` this repo

```sh
$ git clone https://github.com/rjchow/nod my-module
Expand All @@ -39,10 +39,10 @@ $ npm run build # generate docs and transpile code

## Setting up CI with automatic semantic-release versioning

- Obtain CircleCI API token
- Modify package.json with:
- package name
- package repository
* Obtain CircleCI API token
* Modify package.json with:
* package name
* package repository

Run `npx semantic-release-cli setup --ask-for-passwords`

Expand Down
Loading

0 comments on commit df9ca6c

Please sign in to comment.