Skip to content

Commit

Permalink
chore(release): version 1.91.0
Browse files Browse the repository at this point in the history
# [1.91.0](v1.90.1...v1.91.0) (2022-04-13)

### Features

* **dashboard:** stats for passages ([#614](#614)) ([7bc04ef](7bc04ef))
  • Loading branch information
SocialGroovyBot committed Apr 13, 2022
1 parent 7bc04ef commit 1fd6f4d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.91.0](https://github.com/SocialGouv/mano/compare/v1.90.1...v1.91.0) (2022-04-13)


### Features

* **dashboard:** stats for passages ([#614](https://github.com/SocialGouv/mano/issues/614)) ([7bc04ef](https://github.com/SocialGouv/mano/commit/7bc04ef15944a86ca2415eefc13eff01cddf39ed))

## [1.90.1](https://github.com/SocialGouv/mano/compare/v1.90.0...v1.90.1) (2022-04-13)


Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api_mano",
"version": "1.90.1",
"version": "1.91.0",
"mobileAppVersion": "2.18.0",
"description": "",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "1.90.1",
"version": "1.91.0",
"private": true,
"dependencies": {
"@babel/runtime": "^7.14.5",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boilerplate",
"version": "1.90.1",
"version": "1.91.0",
"private": true,
"engines": {
"npm": "please-use-yarn",
Expand Down

0 comments on commit 1fd6f4d

Please sign in to comment.