Skip to content

Commit

Permalink
Merge pull request #20 from IgnacioNMiranda/release-please--branches-…
Browse files Browse the repository at this point in the history
…-develop--components--demo-react-library

chore(develop): release 1.5.0
  • Loading branch information
IgnacioNMiranda authored Jan 21, 2023
2 parents b1a225f + d4705f4 commit 6e4be32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/IgnacioNMiranda/react-library-template/compare/v1.4.0...v1.5.0) (2023-01-21)


### Features

* separate workflows for dev and main ([1afb0f1](https://github.com/IgnacioNMiranda/react-library-template/commit/1afb0f16d9f37cc6cb061dbfcdc062228c9862fc))

## [1.4.0](https://github.com/IgnacioNMiranda/react-library-template/compare/v1.3.0...v1.4.0) (2023-01-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo-react-library",
"private": true,
"version": "1.4.0",
"version": "1.5.0",
"main": "./dist/demo-react-library.umd.js",
"module": "./dist/demo-react-library.es.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 6e4be32

Please sign in to comment.