Skip to content

Commit

Permalink
chore(main): release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed Nov 9, 2024
1 parent 3e467c8 commit 8f3aa3f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.0"
".": "2.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.1.1](https://github.com/DataBiosphere/data-portal/compare/v2.1.0...v2.1.1) (2024-11-09)


### Chores

* added analytics readme ([#2436](https://github.com/DataBiosphere/data-portal/issues/2436)) ([#2442](https://github.com/DataBiosphere/data-portal/issues/2442)) ([2aba3ec](https://github.com/DataBiosphere/data-portal/commit/2aba3ec058d8d437ffbb97cd33a9d68b0cf1aa4d))
* allow `content` commit type ([#2544](https://github.com/DataBiosphere/data-portal/issues/2544)) ([#2545](https://github.com/DataBiosphere/data-portal/issues/2545)) ([3e467c8](https://github.com/DataBiosphere/data-portal/commit/3e467c8c2dc36951656125a7988992e2f356de7b))

## [2.1.0](https://github.com/DataBiosphere/data-portal/compare/v2.0.0...v2.1.0) (2024-11-08)


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": "next",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"scripts": {
"dev": "./scripts/dev.sh data-portal && next dev",
Expand Down

0 comments on commit 8f3aa3f

Please sign in to comment.