Skip to content

Commit

Permalink
✨ Merge pull request #10 from 0xAndrewBlack/fix/9-bug-package-json
Browse files Browse the repository at this point in the history
🐛 fix: Fixed `package.json` fields.
  • Loading branch information
0xAndrewBlack authored Jul 14, 2022
2 parents 482c5d7 + 658b286 commit c816525
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 11 deletions.
41 changes: 35 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,56 @@ All notable changes to this project will be documented in this file.
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).

## [1.0.0] - 2022-07-14
## [1.0.2] - 2022-07-15

### Added

<li> <a href="https://github.com/0xAndrewBlack/node-mnb/commit/99e9d7c830bd5c7896dcf84c3cd88b72fee41dd7">view commit</a> &bull; 🗃️ docs: Chang
elog with nice formatting.</li>
<li> <a href="https://github.com/0xAndrewBlack/node-mnb/commit/f5b2617b55cf44443ded58dc3dba2bba9453f72e">view commit</a> &bull; 📝 docs: Added README and simple docs.</li>
<li> <a href="https://github.com/0xAndrewBlack/node-mnb/commit/fda2f576d7e463aa57ff274f680a40cf70fc40d0">view commit</a> &bull; 📝 docs: Added starting point for GitHub config files.</li>
<li> <a href="https://github.com/0xAndrewBlack/node-mnb/commit/c2b0f7da5d7b829c209349bd8ac2cc11bac7c114">view commit</a> &bull; 📄 chore: Added license.</li>
- N/A

### Changed

<li> <a href="http://github.com/0xAndrewBlack/node-mnb/commit/0dac24cccb407b537548af06d107a27d8410a673">view commit</a> &bull; 🐛 fix: Fixed `package.json` fields.</li>

### Removed

- N/A

## [1.0.1] - 2022-07-14

### Added

- N/A

### Changed

<li> <a href="http://github.com/0xAndrewBlack/node-mnb/commit/482c5d77e58949209c606f4aadf0c56997acecf1">view commit</a> &bull; 📝 fix: Fixed docs and and docs placement.</li>

### Removed

- N/A

## [1.0.0] - 2022-07-14

### Added

<li> <a href="https://github.com/0xAndrewBlack/node-mnb/commit/99e9d7c830bd5c7896dcf84c3cd88b72fee41dd7">view commit</a> &bull; 🗃️ docs: Changelog with nice formatting.</li>
<li> <a href="https://github.com/0xAndrewBlack/node-mnb/commit/f5b2617b55cf44443ded58dc3dba2bba9453f72e">view commit</a> &bull; 📝 docs: Added README and simple docs.</li>
<li> <a href="https://github.com/0xAndrewBlack/node-mnb/commit/fda2f576d7e463aa57ff274f680a40cf70fc40d0">view commit</a> &bull; 📝 docs: Added starting point for GitHub config files.</li>
<li> <a href="https://github.com/0xAndrewBlack/node-mnb/commit/c2b0f7da5d7b829c209349bd8ac2cc11bac7c114">view commit</a> &bull; 📄 chore: Added license.</li>

### Changed

<li> <a href="http://github.com/0xAndrewBlack/node-mnb/commit/7482ee6c0368d9591039d91d029bcd1eb9f17a0a">view commit</a> &bull; ✨ Merge pull request #4 from 0xAndrewBlack/feature/3-open-source</li>
<li> <a href="http://github.com/0xAndrewBlack/node-mnb/commit/85fa612aa968d20a8b450552bdcc1a03ce13ac29">view commit</a> &bull; 🗃️ docs: Updated changelog.</li>
<li> <a href="https://github.com/0xAndrewBlack/node-mnb/commit/760329b44ad8dbeb8d3ecffa7b29eda8d9d3691b">view commit &bull;</a> ✏️ docs: Fixed typos.</li>
<li> <a href="https://github.com/0xAndrewBlack/node-mnb/commit/1540f55c99070ec3d64cbe9370797dbf8cfeb144">view commit &bull;</a> 📝 fix: Fixed some mistypes.</li>
<li> <a href="https://github.com/0xAndrewBlack/node-mnb/commit/e1c609015fb3a0675d869d41910ab458024ae8b3">view commit</a> &bull; ✨ Merge pull request #2 from 0xAndrewBlack/feature/1-mnb-base</li>
<li> <a href="https://github.com/0xAndrewBlack/node-mnb/commit/900daf51c3e1773b3106b7f9cb41acb6c760d6fa">view commit</a> &bull; ✨ feat: Base MNB module implemented.</li>

### Removed

- N/A

### Init

<li> <a href="https://github.com/0xAndrewBlack/node-mnb/commit/3a1766cb2cfe4ee1c88b2ded69019b21759d96be">view commit</a> &bull; 🎉 feat: Init base project for the package.</li>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Install the latest (at least v12) node, and install the package shown below.
Get current queryable currencies.

```json
{
[
"HUF",
"EUR",
"AUD",
Expand Down Expand Up @@ -216,7 +216,7 @@ Get current queryable currencies.
"XEU",
"XTR",
"YUD"
}
]
```

### getMnbRates()
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"private": false,
"name": "node-mnb",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node package that retrieves information from the Hungarian National Bank's (MNB) SOAP API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"directories": {
"lib": "dist",
"test": "test"
Expand Down

0 comments on commit c816525

Please sign in to comment.