Skip to content

Commit df36ea1

Browse files
committed
Version 1.0.5
1 parent 2f50a57 commit df36ea1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
44
![npm (scoped)](https://img.shields.io/npm/v/@tsmx/mongoose-encrypted-string)
55
![node-current (scoped)](https://img.shields.io/node/v/@tsmx/mongoose-encrypted-string)
6-
[![Build Status](https://img.shields.io/github/workflow/status/tsmx/mongoose-encrypted-string/git-ci-build)](https://img.shields.io/github/workflow/status/tsmx/mongoose-encrypted-string/git-ci-build)
6+
[![Build Status](https://img.shields.io/github/actions/workflow/status/tsmx/mongoose-encrypted-string/git-build.yml?branch=master)](https://img.shields.io/github/actions/workflow/status/tsmx/mongoose-encrypted-string/git-build.yml?branch=master)
77
[![Coverage Status](https://coveralls.io/repos/github/tsmx/mongoose-encrypted-string/badge.svg?branch=master)](https://coveralls.io/github/tsmx/mongoose-encrypted-string?branch=master)
88

99
> `EncryptedString` type for Mongoose schemas. Provides AES-256-CBC encryption-at-rest for strings.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsmx/mongoose-encrypted-string",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "EncryptedString type for Mongoose schemas.",
55
"main": "mongoose-encrypted-string.js",
66
"engines": {

0 commit comments

Comments
 (0)