Skip to content

Commit 7cd7cc3

Browse files
Add the changelog to the npm package
1 parent 6f588ef commit 7cd7cc3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ The complete API documentation is available in the generated TypeScript definiti
7373

7474
Contributions are welcome! Please feel free to submit a Pull Request.
7575

76+
## Changelog
77+
78+
See [CHANGELOG.md](CHANGELOG.md) for a detailed history of changes.
79+
7680
## License
7781

7882
This project is licensed under the Apache License, Version 2.0 (see `LICENSE`). It also makes use of third-party libraries, which are distributed under their own respective licenses (see `LICENSE-3RD-PARTY.txt`).

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"index.d.ts",
2222
"index.js",
2323
"LICENSE",
24-
"LICENSE-3RD-PARTY.txt"
24+
"LICENSE-3RD-PARTY.txt",
25+
"CHANGELOG.md"
2526
],
2627
"napi": {
2728
"binaryName": "atlas-local",

0 commit comments

Comments
 (0)