Skip to content

Commit

Permalink
First Stable Version v1.0.0 (#12)
Browse files Browse the repository at this point in the history
* Update GitHub Actions Workflows for Release Management (#3)

* create auto patcher for release based on semver tag

* update release workflows

* Add tagging based on release branch (#5)

* create auto patcher for release based on semver tag

* update release workflows

* add tagging based on release branch

* minor fix

* add git user

* add git user try 2

* push only a tag from release branch

* minor update

* checkout with pat token

* publish v0.0.2

* add support for using mongoose schema types for schema definition

* fix package minimum node version

* publish first stable version
  • Loading branch information
TheBumpaster authored Sep 22, 2023
1 parent 37c65e1 commit 93c8fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mstdog",
"version": "0.0.3",
"version": "1.0.0",
"description": "Mongoose Schema To Dummy Object Generator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 93c8fd7

Please sign in to comment.