Skip to content

Commit

Permalink
chore(release): v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
the-spyke committed Dec 31, 2020
1 parent 4d4415b commit 9b8026d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [v1.0.2](https://github.com/the-spyke/spyke-conventional-changelog-preset/compare/v1.0.1...v1.0.2) (2020-12-31)

### :bug: Bug Fix

* Replace null coalescing to support Node 10 ([4d4415b](https://github.com/the-spyke/spyke-conventional-changelog-preset/commit/4d4415b06e1c92a27174fa34baa60f665f2e33a3))

### :memo: Documentation

* Improve readme ([960fe0b](https://github.com/the-spyke/spyke-conventional-changelog-preset/commit/960fe0b377f75e133af1de481fbb3f09c3d4a51c))
* Update description ([a32bad7](https://github.com/the-spyke/spyke-conventional-changelog-preset/commit/a32bad78a52fdccbbf96bf702a3ff0dcc62261c7))

### :house: Internal

* **ci:** Set up GitHub actions ([46d241a](https://github.com/the-spyke/spyke-conventional-changelog-preset/commit/46d241ac3e31e5c305ecf63de7bea102e3ddf97e))
* Add YAML settings into editor config ([1442e40](https://github.com/the-spyke/spyke-conventional-changelog-preset/commit/1442e409c814f982e59a4e14c53e01254ed2584c))
* Add dist script ([dff6da5](https://github.com/the-spyke/spyke-conventional-changelog-preset/commit/dff6da546d05317e3f0d15276f9a4ffbf283d090))
* Fix tests depending on package version ([2436b24](https://github.com/the-spyke/spyke-conventional-changelog-preset/commit/2436b24e5339837b43f4c80596da849dcac65511))
* Ignore config files for changelog ([d6fe8a6](https://github.com/the-spyke/spyke-conventional-changelog-preset/commit/d6fe8a62f4b5833892c7b2e95fbe0703c81be73d))
* Remove commented code from Jest config ([e163922](https://github.com/the-spyke/spyke-conventional-changelog-preset/commit/e16392244ab982f9af095322159027211c6aa96d))

## [v1.0.1] (2020-12-31)

### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"packages": [
"."
],
"version": "1.0.1"
"version": "1.0.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spyke/conventional-changelog-preset",
"version": "1.0.1",
"version": "1.0.2",
"description": "A preset for Conventional Changelog making output similar to Babel's changelog with emojis, fancy categories and sorting.",
"author": "Anton Alexandrenok",
"license": "MIT",
Expand Down

0 comments on commit 9b8026d

Please sign in to comment.