Skip to content

Commit

Permalink
Merge pull request #2 from dworac/release-please--branches--master--c…
Browse files Browse the repository at this point in the history
…omponents--release-please-action

chore(master): release 1.0.0
  • Loading branch information
dworak-dev committed May 20, 2023
2 parents f82fd5b + cb62c4c commit f3fe7a2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 1.0.0 (2023-05-20)


### Features

* added peer dependencies for typescript ([cab4331](https://github.com/dworac/eslint-config-typescript-react/commit/cab4331020bb8efc81e910b6424d0a88118138ed))
* added react support ([438c463](https://github.com/dworac/eslint-config-typescript-react/commit/438c4632e48eb44bf537eff92402216b37fa59e8))
* added workflows ([3014ca3](https://github.com/dworac/eslint-config-typescript-react/commit/3014ca3f02663f586b630e78e7c52eb6292781ef))
* initial commit ([d9a0e3f](https://github.com/dworac/eslint-config-typescript-react/commit/d9a0e3fe2566a1d0bc06786625ec53dde8a15dd8))
* license and readme ([e0a0f6e](https://github.com/dworac/eslint-config-typescript-react/commit/e0a0f6e381b3cfc48b181c8f0e9e904b159b3daa))


### Bug Fixes

* added release to NPM ([dcf41b8](https://github.com/dworac/eslint-config-typescript-react/commit/dcf41b8bc0f1d43288f9d24b5fd41c30158bab03))
* delete unused file ([9f224d7](https://github.com/dworac/eslint-config-typescript-react/commit/9f224d7622b18a2fb8e3a64524b81bcfe020580e))
* publish actions trigger ([dc811cb](https://github.com/dworac/eslint-config-typescript-react/commit/dc811cbaea428af660bca871f1220b5498160d3a))
* release-please action ([7de2aa2](https://github.com/dworac/eslint-config-typescript-react/commit/7de2aa251f720a4baea1c9a581e58e8f10b70192))
* usage readme ([8c19274](https://github.com/dworac/eslint-config-typescript-react/commit/8c19274512edc1f3001bb13a10945cd507a65a68))

## [1.2.0](https://github.com/dworac/eslint-config-typescript-react/compare/v1.1.0...v1.2.0) (2023-03-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@dworac/eslint-config-typescript-react",
"author": "dworac <mail@dworac.com>",
"license": "MIT",
"version": "1.2.3",
"version": "1.0.0",
"description": "dworac's eslint typescript configuration with airbnb, prettier and jsdoc",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f3fe7a2

Please sign in to comment.