cryptlex / lexactivator-js

LexActivator API wrapper for Node.js (licensing library)
https://cryptlex.com
MIT License
14 stars 5 forks source link

Missing changelog #43

Open robertsLando opened 1 year ago

robertsLando commented 1 year ago

Where do I find the changelog of new versions?

adnan-kamili commented 1 year ago

This library is just a wrapper around our C library, so there is no business logic here. You can access the changelog of our C library here:

https://docs.cryptlex.com/changelog/lexactivator

robertsLando commented 1 year ago

Yeah I know that but there could be also some node/js related changes that are not strictly related to lexactivator C lib

adnan-kamili commented 1 year ago

I agree, but they are so infrequent and we don't make any breaking changes, so currently we don't maintain one.

@azan-n can you please setup auto-changelog creation for this repo

@ahmad-kemsan please ensure that all the commit messages follow use conventional commit format.