Skip to content

Commit 47bb152

Browse files
committed
6.2.0
1 parent c3d7248 commit 47bb152

File tree

7 files changed

+73731
-3
lines changed

7 files changed

+73731
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [6.2.0](https://github.com/AnthonyLzq/simba.js/compare/v6.1.0...v6.2.0) (2022-07-08)
6+
7+
8+
### Features
9+
10+
* usedBy ([#57](https://github.com/AnthonyLzq/simba.js/issues/57)) ([53dcb03](https://github.com/AnthonyLzq/simba.js/commit/53dcb03e7a5a9dd3d15da1f75530299060da0374))
11+
12+
13+
### Bug Fixes
14+
15+
* version script ([c3d7248](https://github.com/AnthonyLzq/simba.js/commit/c3d7248e6904c47e44006dc00b5697aff2961f03))
16+
517
## [6.1.0](https://github.com/AnthonyLzq/simba.js/compare/v6.0.0...v6.1.0) (2022-07-07)
618

719

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anthonylzq/simba.js",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "set up a modern backend app by running one command",
55
"main": "lib/index.js",
66
"scripts": {

projectStructureExamples/express-graphql.txt

+18,429
Large diffs are not rendered by default.

projectStructureExamples/express.txt

+18,429
Large diffs are not rendered by default.

projectStructureExamples/fastify-graphql.txt

+18,429
Large diffs are not rendered by default.

projectStructureExamples/fastify.txt

+18,429
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)