New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@netvlies/classes-helper

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netvlies/classes-helper - npm Package Compare versions

Comparing version

to
0.0.4-4

49

CHANGELOG.md

@@ -1,31 +0,40 @@

# Changelog
### Changelog
All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
## [v0.0.4-2](https://git.netvlies.nl/netvlies/frontend/compare/v0.0.4-1...v0.0.4-2) - 2020-08-12
#### [v0.0.4-4](https://git.netvlies.nl/netvlies/frontend/compare/v0.0.4-3...v0.0.4-4)
### Commits
> 12 August 2020
- add hook for after bump release it [`53dd54a`](https://git.netvlies.nl/netvlies/frontend/commit/53dd54a5633f3a5ee11c5f32ba2346f9a9098ec1)
#### [v0.0.4-3](https://git.netvlies.nl/netvlies/frontend/compare/v0.0.4-2...v0.0.4-3)
> 12 August 2020
- Feature/optimize release [`#2`](https://git.netvlies.nl/netvlies/frontend/pull/2)
- chore: release v0.0.4-3 [`cd282ab`](https://git.netvlies.nl/netvlies/frontend/commit/cd282abcdf2d7ae1cb59ad0b8dc3982b6ac9f147)
- update changelog config [`c945b28`](https://git.netvlies.nl/netvlies/frontend/commit/c945b28c7dd73315755d5c32011a06c296401912)
- update changelog [`a052d4c`](https://git.netvlies.nl/netvlies/frontend/commit/a052d4cdf1e0e5c4f863ae683252802e111283ba)
#### [v0.0.4-2](https://git.netvlies.nl/netvlies/frontend/compare/v0.0.4-1...v0.0.4-2)
> 12 August 2020
- Feature: add changelog [`e8774d3`](https://git.netvlies.nl/netvlies/frontend/commit/e8774d35107de87e2341c81c626053225bc6b6cc)
- chore: release v0.0.4-2 [`6fd014d`](https://git.netvlies.nl/netvlies/frontend/commit/6fd014d9a1085cd9687d08142912c459b85f7389)
## [v0.0.4-1](https://git.netvlies.nl/netvlies/frontend/compare/v0.0.4-0...v0.0.4-1) - 2020-08-12
#### [v0.0.4-1](https://git.netvlies.nl/netvlies/frontend/compare/v0.0.4-0...v0.0.4-1)
### Merged
> 12 August 2020
- Feature/releaseit [`#1`](https://git.netvlies.nl/netvlies/frontend/pull/1)
### Commits
- do not require upstream [`21ce5a3`](https://git.netvlies.nl/netvlies/frontend/commit/21ce5a3ad0bbf30c1e9abcc93d7b85912ddf2f39)
- chore: release v0.0.4-1 [`f18083f`](https://git.netvlies.nl/netvlies/frontend/commit/f18083f32cb284979b45c969fd2a3da3e2ccea83)
## [v0.0.4-0](https://git.netvlies.nl/netvlies/frontend/compare/v0.0.3...v0.0.4-0) - 2020-08-12
#### [v0.0.4-0](https://git.netvlies.nl/netvlies/frontend/compare/v0.0.3...v0.0.4-0)
### Commits
> 12 August 2020

@@ -36,18 +45,18 @@ - add release it to scripts [`1c08b43`](https://git.netvlies.nl/netvlies/frontend/commit/1c08b4368a6506c57fd9467498d8a0eb2745039c)

## [v0.0.3](https://git.netvlies.nl/netvlies/frontend/compare/v0.0.2...v0.0.3) - 2020-07-28
#### [v0.0.3](https://git.netvlies.nl/netvlies/frontend/compare/v0.0.2...v0.0.3)
### Commits
> 28 July 2020
- add babel transpiling for IE support [`5cf4a05`](https://git.netvlies.nl/netvlies/frontend/commit/5cf4a0546fb33c5fbfb8f73866b8df8ec36d8e4f)
## [v0.0.2](https://git.netvlies.nl/netvlies/frontend/compare/v0.0.1...v0.0.2) - 2020-07-27
#### [v0.0.2](https://git.netvlies.nl/netvlies/frontend/compare/v0.0.1...v0.0.2)
### Commits
> 27 July 2020
- update readme [`048aee6`](https://git.netvlies.nl/netvlies/frontend/commit/048aee622b0f80788009432d545a3bc4df027b13)
## v0.0.1 - 2020-07-27
#### v0.0.1
### Commits
> 27 July 2020
- initial commit [`c297203`](https://git.netvlies.nl/netvlies/frontend/commit/c297203992dfeb2791c4727be3541533d4b2003e)
{
"name": "@netvlies/classes-helper",
"version": "0.0.4-3",
"version": "0.0.4-4",
"description": "A simple helper function to generate classes conditionally",

@@ -43,2 +43,3 @@ "main": "dist/bundle.js",

"git": {
"requireCleanWorkingDir": false,
"changelog": "npx auto-changelog --commit-limit false --output CHANGELOG.md --template keepachangelog",

@@ -53,4 +54,7 @@ "commitMessage": "chore: release v${version}",

"release": true
},
"hooks": {
"after:bump": "npx auto-changelog -p"
}
}
}