Skip to content

Commit

Permalink
chore(release): 2.1.0-develop.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.0-develop.1](2.0.0...2.1.0-develop.1) (2023-05-24)

### Features

* [DEV-2619] Create workspace with frontend and backend packages ([#212](#212)) ([08e6a45](08e6a45)), closes [#211](#211) [#194](#194) [#193](#193)
  • Loading branch information
semantic-release-bot committed May 24, 2023
1 parent ec427bf commit 6cf512f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0-develop.1](https://github.com/cheqd/credential-service/compare/2.0.0...2.1.0-develop.1) (2023-05-24)


### Features

* [DEV-2619] Create workspace with frontend and backend packages ([#212](https://github.com/cheqd/credential-service/issues/212)) ([08e6a45](https://github.com/cheqd/credential-service/commit/08e6a45e79243691879304fc061917a0458daacb)), closes [#211](https://github.com/cheqd/credential-service/issues/211) [#194](https://github.com/cheqd/credential-service/issues/194) [#193](https://github.com/cheqd/credential-service/issues/193)

## [2.0.0](https://github.com/cheqd/credential-service/compare/1.5.1...2.0.0) (2023-04-03)


Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "cheqd",
"version": "2.0.0-develop.2",
"version": "2.1.0-develop.1",
"description": "cheqd Credential Service Backend",
"source": "src/index.ts",
"main": "dist/index.js",
"license": "Apache-2.0",
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",
"repository": "https://github.com/cheqd/credential-service.git",
"private": "true",
"workspaces": [
"packages/*"
],
"private": "true",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build",
"backend": "cd packages/backend && npm start",
"frontend": "cd packages/frontend && npm run dev"
"build": "lerna run build",
"backend": "cd packages/backend && npm start",
"frontend": "cd packages/frontend && npm run dev"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit 6cf512f

Please sign in to comment.