Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.4.2...v3.0.0) (2023-02-03)

### Bug Fixes

* uncommenting index.ts one more time ([3ec5d2e](3ec5d2e))

### Features

* changing input type ([c20dbfb](c20dbfb))
* Merging v3.0.0 to main ([7db6c4d](7db6c4d))
* simplify branches config un semantic ([c3b4636](c3b4636))

### BREAKING CHANGES

* Changing semantic branches config
  • Loading branch information
semantic-release-bot committed Feb 3, 2023
1 parent 7db6c4d commit cd5dad0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [3.0.0](https://github.com/NicolasOmar/test-npm-git-workflow/compare/v2.4.2...v3.0.0) (2023-02-03)


### Bug Fixes

* uncommenting index.ts one more time ([3ec5d2e](https://github.com/NicolasOmar/test-npm-git-workflow/commit/3ec5d2e1c31282cbde8c05717359512b7a9ea8e0))


### Features

* changing input type ([c20dbfb](https://github.com/NicolasOmar/test-npm-git-workflow/commit/c20dbfb9e8d698de6ba63599e9622fdeea605f67))
* Merging v3.0.0 to main ([7db6c4d](https://github.com/NicolasOmar/test-npm-git-workflow/commit/7db6c4d54ad242260aea27500140fc302203682f))
* simplify branches config un semantic ([c3b4636](https://github.com/NicolasOmar/test-npm-git-workflow/commit/c3b4636952def61f3b7c92659f0f226f194862c1))


### BREAKING CHANGES

* Changing semantic branches config

## [2.4.2](https://github.com/NicolasOmar/test-npm-git-workflow/compare/v2.4.1...v2.4.2) (2023-02-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nicolasomar/npm-github-workflow-test",
"version": "2.4.2",
"version": "3.0.0",
"description": "A test to use npm, github and semantic release",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit cd5dad0

Please sign in to comment.