Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@gotamedia/utils

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gotamedia/utils - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+7
-0
CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [0.1.1](https://bitbucket.org/gotamedia/utils/compare/0.1.1..0.1.0) (2023-05-29)
### Bug Fixes
* **doc:** Updated README. ([00ab88f](https://bitbucket.org/gotamedia/utils/commits/00ab88f2d44b90866f04baa96296894d0d6ca7fa))
## [0.1.0](https://bitbucket.org/gotamedia/utils/compare/0.1.0..0.0.3) (2023-05-29)

@@ -7,0 +14,0 @@

+1
-1
{
"name": "@gotamedia/utils",
"version": "0.1.0",
"version": "0.1.1",
"private": false,

@@ -5,0 +5,0 @@ "description": "Set of Utils helper for NodeJs Runtime.",

@@ -92,2 +92,31 @@ # Gota Media Utils

}
```
```
## Contributing
### Trunk based development
This project uses a [trunk based development](https://cloud.google.com/architecture/devops/devops-tech-trunk-based-development) workflow.
> **_NOTE:_** `master` is the trunk branch
### Conventional commits
This project works with [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).
### Contribute
* Pull latest from develop.
* Branch out a new branch.
* Commit and push your awesome code.
* Open a pull request so we can approve your awesome code.
## Publish
Any time you push to origin master branch, a pipeline will be automatically triggered and it will build the package for you.
The pipeline will bump the version for you automatically and tag the package.
> **_NOTE:_** NO MANUAL TAGGING
Then it will generate and update the CHANGELOG depends on your pushed commits.
## License
MIT