Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
docs(CHANGELOG): updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 24, 2022
1 parent ce73416 commit 7047af6
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# CHANGELOG

## [v1.1.0](https://github.com/lokalise/eslint-plugin/releases/tag/v1.1.0) - 2022-05-24 11:52:12

## What's Changed
* docs: add contribution release notes by @mascardoso in https://github.com/lokalise/eslint-plugin/pull/8
* feat: added conventional commits to PR Titles by @mascardoso in https://github.com/lokalise/eslint-plugin/pull/9
* docs: added release process in contributing.md by @mascardoso in https://github.com/lokalise/eslint-plugin/pull/10
* feat: added automated changelogs by @mascardoso in https://github.com/lokalise/eslint-plugin/pull/11
* fix: fixing automated changelog by @mascardoso in https://github.com/lokalise/eslint-plugin/pull/12


**Full Changelog**: https://github.com/lokalise/eslint-plugin/compare/v1.0.0...v1.1.0

### Features

- general:
- added automated changelogs (#11) ([14de364](https://github.com/lokalise/eslint-plugin/commit/14de364745be23b9595b26b68ef710023acb8ea4)) ([#11](https://github.com/lokalise/eslint-plugin/pull/11))
- added conventional commits to PR Titles (#9) ([bbbc9a1](https://github.com/lokalise/eslint-plugin/commit/bbbc9a14d9e5ffba8bdd2a3cffb4ba40dbd03887)) ([#9](https://github.com/lokalise/eslint-plugin/pull/9))

### Patches

- general:
- removed pr linting ([ce73416](https://github.com/lokalise/eslint-plugin/commit/ce73416cfbc0dba1f20d9bfc137939ec78b017d8))
- fixing automated changelog (#12) ([3e8b97f](https://github.com/lokalise/eslint-plugin/commit/3e8b97fbe915513f15306ff1b0006341e2b9b9be)) ([#12](https://github.com/lokalise/eslint-plugin/pull/12))

### Documentation

- general:
- added release process in contributing.md (#10) ([0f6e51f](https://github.com/lokalise/eslint-plugin/commit/0f6e51f83b49f007669e9b5039b1c613ffc899a4)) ([#10](https://github.com/lokalise/eslint-plugin/pull/10))
- add contribution release notes (#8) ([7d6b5ac](https://github.com/lokalise/eslint-plugin/commit/7d6b5ac008fca35cd388cb3e6bca20ecc2ff95ce)) ([#8](https://github.com/lokalise/eslint-plugin/pull/8))

## [v1.0.0](https://github.com/lokalise/eslint-plugin/releases/tag/v1.0.0) - 2022-05-23 19:33:26

## What's Changed
* BB-61 added eslint plugin by @mascardoso in https://github.com/lokalise/eslint-plugin/pull/1
* feat(linting): added support for conventional commits and husky by @mascardoso in https://github.com/lokalise/eslint-plugin/pull/2
* fix(linting): fixed contributing hyperlink for conventional commits by @mascardoso in https://github.com/lokalise/eslint-plugin/pull/3
* feat: added release-it to eslint-plugin #4 by @mascardoso in https://github.com/lokalise/eslint-plugin/pull/5
* fix: removed release-it by @mascardoso in https://github.com/lokalise/eslint-plugin/pull/6
* fix: added public npm option by @mascardoso in https://github.com/lokalise/eslint-plugin/pull/7

## New Contributors
* @mascardoso made their first contribution in https://github.com/lokalise/eslint-plugin/pull/1

**Full Changelog**: https://github.com/lokalise/eslint-plugin/commits/v1.0.0

### Features

- general:
- added release-it to eslint-plugin #4 ([5c31034](https://github.com/lokalise/eslint-plugin/commit/5c31034e1f8b7ff3df36a1e7a9d01e71f8cbdd44)) ([#5](https://github.com/lokalise/eslint-plugin/pull/5))

- linting:
- added support for conventional commits and husky (#2) ([eecc9a1](https://github.com/lokalise/eslint-plugin/commit/eecc9a115ce0691f5e9e1194d3f55973b7629c5a)) ([#2](https://github.com/lokalise/eslint-plugin/pull/2))

### Patches

- general:
- added public npm option (#7) ([5d4e5e1](https://github.com/lokalise/eslint-plugin/commit/5d4e5e169b990a3fc90e27029a01f4c647b1ac3e)) ([#7](https://github.com/lokalise/eslint-plugin/pull/7))
- removed release-it (#6) ([cd6375e](https://github.com/lokalise/eslint-plugin/commit/cd6375ed3c340c47959f5fefbe34e7001924c82f)) ([#6](https://github.com/lokalise/eslint-plugin/pull/6))

- linting:
- fixed contributing hyperlink for conventional commits (#3) ([74e11c0](https://github.com/lokalise/eslint-plugin/commit/74e11c00f39f12f607453e807ab4d8a3b70ae186)) ([#3](https://github.com/lokalise/eslint-plugin/pull/3))

\* *This CHANGELOG was automatically generated by [auto-generate-changelog](https://github.com/BobAnkh/auto-generate-changelog)*

0 comments on commit 7047af6

Please sign in to comment.