Skip to content

Commit

Permalink
chore(release): set package.json to 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2024-02-16)

### Features

* refactor for new best practices and utilize BitBucket pipelines ([e0a7a06](e0a7a06))

### BREAKING CHANGES

* You now need to host git repository on BitBucket cloud.
  • Loading branch information
semantic-release-bot committed Feb 16, 2024
1 parent e0a7a06 commit 29eda34
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/soliantconsulting/create-react-app/compare/v1.2.0...v2.0.0) (2024-02-16)


### Features

* refactor for new best practices and utilize BitBucket pipelines ([e0a7a06](https://github.com/soliantconsulting/create-react-app/commit/e0a7a0665b89007c243dbe078fa56de5edd4e5ab))


### BREAKING CHANGES

* You now need to host git repository on BitBucket cloud.

# [1.2.0](https://versions.soliantconsulting.com/swr/create-react-app/compare/v1.1.1...v1.2.0) (2023-03-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soliantconsulting/create-react-app",
"version": "1.3.1",
"version": "2.0.0",
"description": "Create a React App",
"type": "module",
"author": "Soliant Consulting",
Expand Down

0 comments on commit 29eda34

Please sign in to comment.