Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.2...v2.0.0) (2024-01-01)

* making API more javascripty (#2) ([cc75de2](cc75de2)), closes [#2](#2)

### BREAKING CHANGES

* This PR removes all submodules, and instead exports everything only from the main index.ts entry point
* This PR replaces any functions that have multiple optional parameters with an optional options object instead, to avoid needing to pass undefined for unused function arguments
* This PR renames all constant module functions and exports by adding the word Constant to their names
  • Loading branch information
semantic-release-bot committed Jan 1, 2024
1 parent cc75de2 commit e6363ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/chanind/penman-js/compare/v1.0.2...v2.0.0) (2024-01-01)


* making API more javascripty (#2) ([cc75de2](https://github.com/chanind/penman-js/commit/cc75de27efee6afbb0566040ea9d87f5c5f1c0b4)), closes [#2](https://github.com/chanind/penman-js/issues/2)


### BREAKING CHANGES

* This PR removes all submodules, and instead exports everything only from the main index.ts entry point
* This PR replaces any functions that have multiple optional parameters with an optional options object instead, to avoid needing to pass undefined for unused function arguments
* This PR renames all constant module functions and exports by adding the word Constant to their names

## [1.0.2](https://github.com/chanind/penman-js/compare/v1.0.1...v1.0.2) (2023-12-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "penman-js",
"version": "1.0.2",
"version": "2.0.0",
"description": "javascript port of penman Python library for AMR",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down

0 comments on commit e6363ad

Please sign in to comment.