Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: previous version didn't update package version
For local environments that had already downloaded 1.2.173-feat-db-v16, this resulted in the incorrect version being used even after a clean `yarn install`. When bumping a feat-db version, need to update package.json and lib/* files and then git tag that commit. Also remove unnecessary yarn.lock since this project uses npm /cc @tiensonqin
- Loading branch information