Skip to content

Commit

Permalink
chore: release bootstrap_release_please_1385
Browse files Browse the repository at this point in the history
  • Loading branch information
unjust committed Jul 21, 2023
1 parent 50637fe commit d0e2a89
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
".": "6.4.0",
{
".": "6.5.0",
"projects/00-how-might-we": "1.0.0",
"projects/00-trivia": "1.1.0",
"projects/01-card-validation": "1.1.0",
"projects/01-cipher": "1.1.0",
"projects/01-design-and-usability": "1.0.0",
"projects/01-design-detectives": "1.0.0",
"projects/01-text-analyzer": "1.0.1",
"projects/01-text-analyzer": "1.0.2",
"projects/02-data-lovers": "1.2.0",
"projects/02-emergency-room": "1.0.0",
"projects/02-memory-match": "1.0.0",
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [6.5.0](https://github.com/unjust/bootcamp/compare/bootcamp-v6.4.0...bootcamp-v6.5.0) (2023-07-21)


### Features

* bootstrapping release please ([855412e](https://github.com/unjust/bootcamp/commit/855412e3945b0cab91a80996707f0403a6db0005))


### Bug Fixes

* **docs:** cambios a deployment y contributing con next ([#1441](https://github.com/unjust/bootcamp/issues/1441)) ([23398b1](https://github.com/unjust/bootcamp/commit/23398b101da847a5a056af6ccfe939a3d6d9098d))
* Text analyzer dev009 improvements, Fix issue [#1393](https://github.com/unjust/bootcamp/issues/1393) y [#1419](https://github.com/unjust/bootcamp/issues/1419) ([#1427](https://github.com/unjust/bootcamp/issues/1427)) ([1a5f3a3](https://github.com/unjust/bootcamp/commit/1a5f3a358dec27ec35b859b65fdd764b9d9ccd09))
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": "bootcamp",
"version": "6.4.0",
"version": "6.5.0",
"description": "Proyectos y tópicos del Bootcamp de @Laboratoria",
"repository": "Laboratoria/bootcamp",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions projects/01-text-analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.0.2](https://github.com/unjust/bootcamp/compare/text-analyzer-v1.0.1...text-analyzer-v1.0.2) (2023-07-21)


### Bug Fixes

* Text analyzer dev009 improvements, Fix issue [#1393](https://github.com/unjust/bootcamp/issues/1393) y [#1419](https://github.com/unjust/bootcamp/issues/1419) ([#1427](https://github.com/unjust/bootcamp/issues/1427)) ([1a5f3a3](https://github.com/unjust/bootcamp/commit/1a5f3a358dec27ec35b859b65fdd764b9d9ccd09))
4 changes: 2 additions & 2 deletions projects/01-text-analyzer/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 projects/01-text-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "text-analyzer",
"version": "1.0.0",
"version": "1.0.2",
"main": "src/index.html",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit d0e2a89

Please sign in to comment.