Skip to content

Commit

Permalink
Add npmignore and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nalanj committed Dec 8, 2024
1 parent 6f8e27a commit 690d075
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.github/*
*.test.js
biome.json
CHANGELOG.md
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1]

### Added

- Initial release
- Added `tryCatch` function

[1.0.0]: https://github.com/nalanj/mockable-modules/compare/31199dff0d3b34d56deb15abdca5e832914b9257...v0.0.1
[unreleased]: https://github.com/nalanj/mockable-modules/compare/main...0.0.1

0 comments on commit 690d075

Please sign in to comment.