Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Aug 17, 2022
1 parent 5cf628a commit f7059ef
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### v1.0.0 (2022-08-17)
<a id="v1.0.0"></a>
#### 🚀 New Features

* [`d07c626`](https://github.com/groupon/declarative-nock/commit/d07c62654bf27204c27b5d58676719399a91f88b) feat: initial implementation

#### 🏡 Internal

* [#1](https://github.com/groupon/declarative-nock/pull/1) enable CI ([@dbushong](https://github.com/dbushong))
* [`8de7013`](https://github.com/groupon/declarative-nock/commit/8de70131c85403679e78c8beb8e510caef95a0d2) chore: prep for publish
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![nlm-github](https://img.shields.io/badge/github-groupon%2Fdeclarative--nock%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/groupon/declarative-nock/issues)
![nlm-node](https://img.shields.io/badge/node-%3E%3D12-blue?logo=node.js&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-1.0.0-blue?logo=version&logoColor=white)
# `declarative-nock`

An opinionated module to provide an easier-to-use declarative syntax in
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "declarative-nock",
"version": "0.0.0",
"version": "1.0.0",
"description": "Declarative Nock",
"license": "BSD-3-Clause",
"main": "lib/declarative-nock.js",
Expand Down

0 comments on commit f7059ef

Please sign in to comment.