Skip to content

Commit 49fa02c

Browse files
author
Stefanni Brasil
authored
New patch release (#2925)
1 parent 52e5d43 commit 49fa02c

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [v3.3.1](https://github.com/faker-ruby/faker/tree/v3.3.1) (2024-04-02)
4+
5+
### Bug fixes
6+
7+
* Fix bug on phone number generator for `en-US` locale caused by incorrect `.yml` file structure by @aprescott in https://github.com/faker-ruby/faker/pull/2924
8+
9+
### What's Changed
10+
11+
* Added docs for Deprecator in CONTRIBUTING.md by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2919
12+
* Rename Faker::show to Faker::Theater by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2921
13+
* renamed nhs to national_health_service by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2923
14+
15+
### New Contributors
16+
* @aprescott made their first contribution in https://github.com/faker-ruby/faker/pull/2924
17+
18+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.3.0...v3.3.1
19+
20+
-------------------------
21+
322
## [v3.3.0](https://github.com/faker-ruby/faker/tree/v3.3.0) (2024-03-25)
423

524
### Bug Fixes

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
faker (3.3.0)
4+
faker (3.3.1)
55
i18n (>= 1.8.11, < 2)
66

77
GEM

lib/faker/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Faker # :nodoc:
4-
VERSION = '3.3.0'
4+
VERSION = '3.3.1'
55
end

0 commit comments

Comments
 (0)