Skip to content

Commit

Permalink
chore(csl-to-biblatex): release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Mar 9, 2023
1 parent 7a509e7 commit d52ba63
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## 0.1.0 (2023-03-09)

### Dependency Updates

* `jast-types` updated to version `0.1.0`
* `utils-misc` updated to version `0.1.0`

### Features

* added eslint and changed tsignore to expect ([95083c0](https://github.com/TrialAndErrorOrg/parsers/commit/95083c07fc19aeb3a4dc2fa0ecbb2597a86c11fa))
* brand spanking new project.json ([32e19eb](https://github.com/TrialAndErrorOrg/parsers/commit/32e19ebf3f71c80336f637297d8f4db274d098bf))
* **ci:** rename jast -> jats to prevent dispute ([dfeb4a1](https://github.com/TrialAndErrorOrg/parsers/commit/dfeb4a1ffc1dc937bd8b15764434d846ef323222))
* fix names ([a4f65fc](https://github.com/TrialAndErrorOrg/parsers/commit/a4f65fcb2fde9dd23750bc9ccddfb0e1ab11548f))
* **ojs:** add more ojs stuff ([3c55a9d](https://github.com/TrialAndErrorOrg/parsers/commit/3c55a9d17cecef513085c55870728e53bee17194))
* **pdf:** pdf compilation baybee ([f3cf107](https://github.com/TrialAndErrorOrg/parsers/commit/f3cf107193e3e015da3dc950736aa38e5803b5cd))
* **rejour-relatex:** parse lists, and display everything ([9dbab58](https://github.com/TrialAndErrorOrg/parsers/commit/9dbab5875d891f5e94f9627c3ae5c3a93b743613))


### Bug Fixes

* enter a new era ([9c2a0e5](https://github.com/TrialAndErrorOrg/parsers/commit/9c2a0e505472c43d384f3cc78543ad90877b7c3d))
* **jest:** allow jest to be run even if there is a .swcrc ([6f188f2](https://github.com/TrialAndErrorOrg/parsers/commit/6f188f2a06922ee00d9367b29e666894e48c6c1e))
* make build work ([b80360b](https://github.com/TrialAndErrorOrg/parsers/commit/b80360bc88bc7c1ba838c070ab8fae598dc963b4))
* properly set all package.jsons ([5af9c17](https://github.com/TrialAndErrorOrg/parsers/commit/5af9c177be9910511844c481ca59cfcc7bd9b0f6))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rejour-parse",
"version": "0.0.1",
"version": "0.1.0",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/TrialAndErrorOrg/parsers",
"author": "Thomas F. K. Jorna <hello@tefkah.com>",
Expand Down

0 comments on commit d52ba63

Please sign in to comment.